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:
Christian Persch 2007-02-02 19:52:31 +00:00 committed by Christian Persch
parent 43d40d7a0a
commit f2570627a2
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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 ();