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:
parent
f2570627a2
commit
3b3ae37bc0
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Reference in a new issue