Use specific string as app ID in gnome_program_init, not PACKAGE. Bug

2007-02-02  Christian Persch  <chpe@svn.gnome.org>

	* main.c: (main): Use specific string as app ID in
	gnome_program_init, not PACKAGE. Bug #403708.

svn path=/trunk/; revision=7229
This commit is contained in:
Christian Persch 2007-02-02 19:53:05 +00:00 committed by Christian Persch
parent f2570627a2
commit 3b3ae37bc0
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-02-02 Christian Persch <chpe@svn.gnome.org>
* main.c: (main): Use specific string as app ID in
gnome_program_init, not PACKAGE. Bug #403708.
2007-01-09 Vincent Untz <vuntz@gnome.org>
* main.c: (main): set default window icon and application name

View file

@ -84,7 +84,7 @@ main (int argc, char *argv[])
g_set_application_name (_("Typing Monitor"));
gtk_window_set_default_icon_name ("typing-monitor");
gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE,
gnome_program_init ("typing-break", VERSION, LIBGNOMEUI_MODULE,
argc, argv, NULL);
selection = drw_selection_start ();