After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 403708 - use correct appID for gnome_program_init
use correct appID for gnome_program_init
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-02 19:45 UTC by Christian Persch
Modified: 2007-02-02 19:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.08 KB, patch)
2007-02-02 19:45 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2007-02-02 19:45:44 UTC
typing-break and da-capplet use PACKAGE which is "control-center", while everyone else uses a specific ID. Attached patch corrects this.
Comment 1 Christian Persch 2007-02-02 19:45:56 UTC
Created attachment 81780 [details] [review]
patch
Comment 2 Christian Persch 2007-02-02 19:55:37 UTC
        * 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.