change Open button label to Install...
2007-05-09 Jens Granseuer <jensgr@gmx.net> * appearance-themes.c: (themes_init): * appearance.glade: change Open button label to Install... svn path=/trunk/; revision=7591
This commit is contained in:
parent
9b3abdb95d
commit
6262a9fb4f
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-05-09 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* appearance-themes.c: (themes_init):
|
||||||
|
* appearance.glade: change Open button label to Install...
|
||||||
|
|
||||||
2007-05-09 Jens Granseuer <jensgr@gmx.net>
|
2007-05-09 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* appearance-style.c: make sure that appearance.h (and thereby config.h)
|
* appearance-style.c: make sure that appearance.h (and thereby config.h)
|
||||||
|
|
|
@ -81,6 +81,9 @@ themes_init (AppearanceData *data)
|
||||||
w = glade_xml_get_widget (data->xml, "theme_list");
|
w = glade_xml_get_widget (data->xml, "theme_list");
|
||||||
gtk_icon_view_set_model (GTK_ICON_VIEW (w), GTK_TREE_MODEL (theme_store));
|
gtk_icon_view_set_model (GTK_ICON_VIEW (w), GTK_TREE_MODEL (theme_store));
|
||||||
|
|
||||||
|
w = glade_xml_get_widget (data->xml, "theme_open");
|
||||||
|
gtk_button_set_image (GTK_BUTTON (w),
|
||||||
|
gtk_image_new_from_stock ("gtk-open", GTK_ICON_SIZE_BUTTON));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Theme Callbacks **/
|
/** Theme Callbacks **/
|
||||||
|
|
|
@ -670,8 +670,7 @@
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||||
<property name="label" translatable="yes">gtk-open</property>
|
<property name="label" translatable="yes">Install...</property>
|
||||||
<property name="use_stock">True</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="position">1</property>
|
<property name="position">1</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue