GNOME Bugzilla – Bug 403708
use correct appID for gnome_program_init
Last modified: 2007-02-02 19:55:37 UTC
typing-break and da-capplet use PACKAGE which is "control-center", while everyone else uses a specific ID. Attached patch corrects this.
Created attachment 81780 [details] [review] patch
* main.c: (main): Use specific string as app ID in gnome_program_init, not PACKAGE. Bug #403708. * gnome-da-capplet.c: (main): Use specific string as app ID in gnome_program_init, not PACKAGE. Bug #403708.