aMule Forum
English => Feature requests => Topic started by: ogi on January 30, 2004, 10:43:05 AM
-
I think that left-clicking on the icon of aMule on GNOME notification area should show/hide aMule. This is very convenient.
Another think is that when I add aMule in Startup programs, the icon that should be in GNOME notification area is shown in separate window and can't be moved to notification area.
-
Originally posted by ogi
I think that left-clicking on the icon of aMule on GNOME notification area should show/hide aMule. This is very convenient.
Edit src/Systray.cpp find this line:
if ( (event->button == 1 && event->type == GDK_2BUTTON_PRESS) ||event->button == 2) {
And change it to
if ( (event->button == 2 && event->type == GDK_2BUTTON_PRESS) ||event->button == 1) {
Then recompile amule