Use specific string as app ID in gnome_program_init, not PACKAGE. Bug
2007-02-02 Christian Persch <chpe@svn.gnome.org> * gnome-da-capplet.c: (main): Use specific string as app ID in gnome_program_init, not PACKAGE. Bug #403708. svn path=/trunk/; revision=7228
This commit is contained in:
parent
43d40d7a0a
commit
f2570627a2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-02 Christian Persch <chpe@svn.gnome.org>
|
||||
|
||||
* gnome-da-capplet.c: (main): Use specific string as app ID in
|
||||
gnome_program_init, not PACKAGE. Bug #403708.
|
||||
|
||||
2007-01-17 Thomas Wood <thos@gnome.org>
|
||||
|
||||
* default-applications.desktop.in.in: Move Preffered Applications
|
||||
|
|
|
@ -863,7 +863,7 @@ main (int argc, char **argv)
|
|||
textdomain (GETTEXT_PACKAGE);
|
||||
#endif
|
||||
|
||||
gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv,
|
||||
gnome_program_init ("gnome-default-applications-properties", VERSION, LIBGNOMEUI_MODULE, argc, argv,
|
||||
GNOME_PARAM_NONE);
|
||||
|
||||
glade_init ();
|
||||
|
|
Loading…
Add table
Reference in a new issue