Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165620 - beagle-0.2.7-ambiguous-reference problem in tray = new Search.Tray.TrayIcon ();
Summary: beagle-0.2.7-ambiguous-reference problem in tray = new Search.Tray.TrayIcon ();
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 14:29 UTC by Joachim Schiele
Modified: 2007-02-06 14:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joachim Schiele 2007-02-06 14:29:37 UTC
emerge app-misc/beagle
gives these results:

http://rafb.net/p/BxR1eg11.html

I've created a patch which changes one line in code. I'm not sure if done correctly.

Reproducible: Always

Steps to Reproduce:
I can reproduce it with mono 
1.2.2.1 and 1.2

simply do emerge app-misc/beagle
Actual Results:  
Z3 files # cat beagle-0.2.7-ambiguous-reference.diff
--- beagle-0.2.7.orig/search/Search.cs  2006-06-19 19:54:27.000000000 +0200
+++ beagle-0.2.7/search/Search.cs       2007-02-06 13:37:59.000000000 +0100
@@ -218,7 +218,7 @@
                        }

                        if (IconEnabled) {
-                               tray = new TrayIcon ();
+                               tray = new Search.Tray.TrayIcon ();
                                tray.Clicked += OnTrayActivated;
                                tray.Search += OnTraySearch;

It is working if you patch it with the patch from above.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-06 14:33:08 UTC
Kindly review http://bugs.gentoo.org/page.cgi?id=fields.html#bug_severity; plus *never* refer to pastebins in bugs.