Make Swap button use an icon in the config dialog for gradients

SVN revision: 36141
This commit is contained in:
toma 2008-09-21 05:49:04 +00:00 committed by toma
parent 9b0cf51aae
commit d99104e0be
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ e_int_config_wallpaper_gradient(E_Config_Dialog *parent)
e_widget_table_object_append(ott, o, 1, 2, 1, 1, 1, 1, 1, 1);
import->well2 = o;
o = e_widget_button_add(evas, "Swap Colors", "", _import_cb_color_swap, import, NULL);
o = e_widget_button_add(evas, "Swap Colors", "enlightenment/swap", _import_cb_color_swap, import, NULL);
evas_object_show(o);
e_widget_table_object_append(ott, o, 1, 3, 1, 1, 1, 1, 1, 1);