set icon.
2002-07-16 Jody Goldberg <jody@gnome.org> * gnome-mouse-properties.c (main) : set icon.
This commit is contained in:
parent
fccb3d0bc6
commit
52d3daae86
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue