set icon.

2002-07-16  Jody Goldberg <jody@gnome.org>

	* gnome-mouse-properties.c (main) : set icon.
This commit is contained in:
Jody Goldberg 2002-07-16 20:26:02 +00:00 committed by Jody Goldberg
parent fccb3d0bc6
commit 52d3daae86
3 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-07-16 Jody Goldberg <jody@gnome.org>
* gnome-mouse-properties.c (main) : set icon.
2002-07-10 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=85233

View file

@ -794,6 +794,7 @@ main (int argc, char **argv)
g_signal_connect (dialog_win, "response",
G_CALLBACK (dialog_response_cb), changeset);
capplet_set_icon (dialog_win, "mouse-capplet.png");
gtk_widget_show_all (dialog_win);
gtk_main ();

View file

@ -47,6 +47,8 @@
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="response_id">2</property>
<property name="has_default">True</property>
<property name="has_focus">True</property>
</widget>
</child>
</widget>