Allow ibox to show the border caption. This was not garunteed with the previously available options.

SVN revision: 33546
This commit is contained in:
Eric Schuele 2008-01-21 06:11:56 +00:00
parent e29f245b1c
commit 103936c011
2 changed files with 5 additions and 0 deletions

View File

@ -102,6 +102,8 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
e_widget_framelist_object_append(of, ob);
ob = e_widget_radio_add(evas, _("Display Icon Name"), 3, rg);
e_widget_framelist_object_append(of, ob);
ob = e_widget_radio_add(evas, _("Display Border Caption"), 4, rg);
e_widget_framelist_object_append(of, ob);
e_widget_list_object_append(o, of, 1, 1, 0.5);

View File

@ -576,6 +576,9 @@ _ibox_icon_fill_label(IBox_Icon *ic)
if (!label)
label = ic->border->client.icccm.icon_name;
break;
case 4:
label = e_border_name_get(ic->border);
break;
}
if (!label) label = "?";