GNOME Bugzilla – Bug 359707
patch to fix important warning in launcher.c
Last modified: 2006-10-19 12:58:11 UTC
In launcher.c:panel_launcher_delete(), the 'location' variable is used uninitialized. gcc warns about this; in this case the warning indicates a real error. I'll attach a fix shortly.
Created attachment 74023 [details] [review] patch to fix warning
Oops, nice catch :-) Do you have a cvs account to commit the patch? If yes, please go ahead!
I'm sure my account has long since expired.
Its important to commit this, it can cause evil things to happen removing a launcher from the panel
FWIW I'd be delighted to commit, but my account-reactivation email has gone unanswered. So, perhaps someone else should commit instead.
Since it was just waiting on your commit privs and it was accepted, I committed it.