aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule in GNOME Notification Area  (Read 3337 times)

ogi

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
aMule in GNOME Notification Area
« 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.
Logged

Frankk

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 142
    • http://frankk.no-ip.com
Re: aMule in GNOME Notification Area
« Reply #1 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
« Last Edit: January 30, 2004, 03:10:23 PM by Frankk »
Logged