From b22a84225268d720f2c9e6b9470d419da60fa959 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 23 Oct 2001 06:37:14 +0000 Subject: Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can be 2001-10-23 Christopher James Lahey * configure.in: Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can be used in addressbook/gui/component/select-names/e-select-names.c. From addressbook/ChangeLog: 2001-10-23 Christopher James Lahey * gui/component/select-names/e-select-names.c (e_select_names_add_section): Set "draw_button" argument to TRUE on this EEntry. svn path=/trunk/; revision=13935 --- addressbook/gui/component/select-names/e-select-names.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/component/select-names') diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index e0ac9677fb..726f9bda5f 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -810,6 +810,7 @@ e_select_names_add_section(ESelectNames *e_select_names, char *name, char *id, E gtk_object_set(GTK_OBJECT(label), "draw_background", FALSE, "draw_borders", FALSE, + "draw_button", TRUE, "editable", FALSE, "text", "", "use_ellipsis", TRUE, -- cgit v1.2.3