aMule Forum

English => Feature requests => Topic started by: ogi on January 30, 2004, 10:43:05 AM

Title: aMule in GNOME Notification Area
Post 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.
Title: Re: aMule in GNOME Notification Area
Post by: Frankk on January 30, 2004, 03:07:00 PM
Quote
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:
Code: [Select]
if ( (event->button == 1 && event->type == GDK_2BUTTON_PRESS) ||event->button == 2) {And change it to
Code: [Select]
if ( (event->button == 2 && event->type == GDK_2BUTTON_PRESS) ||event->button == 1) {Then recompile amule