aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 20050323 - misprint in 'SysTray.cpp'?  (Read 1867 times)

toshi

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 67
20050323 - misprint in 'SysTray.cpp'?
« on: March 23, 2005, 09:47:06 AM »

Hi!
In last CVS there's an error:
SysTray.cpp: In constructor `CSysTray::CSysTray(wxWindow*, DesktopMode, const wxString&)':
SysTray.cpp:593: error: `g_signal_connect' undeclared (first use this function)
SysTray.cpp:593: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[4]: *** [amule-SysTray.o] Error 1
In 'SysTray.cpp' there's a line:
Code: [Select]
g_signal_connect(GTK_OBJECT(m_status_docklet), "delete-event", GTK_SIGNAL_FUNC(on_delete), NULL);'tk' is missing:
Code: [Select]
gtk_signal_connect(GTK_OBJECT(m_status_docklet), "delete-event", GTK_SIGNAL_FUNC(on_delete), NULL);G'luck!
Logged
God is real, unless declared as integer...

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: 20050323 - misprint in 'SysTray.cpp'?
« Reply #1 on: March 23, 2005, 09:48:09 AM »

lol I guess Kry was typing to fast ;)
thnx
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: 20050323 - misprint in 'SysTray.cpp'?
« Reply #2 on: March 23, 2005, 04:54:07 PM »

Tarball was build in the 5 minutes CVs was broken  :))
Logged