aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-23 14:37:14 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-23 14:37:14 +0800
commitb22a84225268d720f2c9e6b9470d419da60fa959 (patch)
treeaebbd98a4131d793cc9335956be1a455be89ecba
parent4720ad36fadc7680cb62cb309627d28511555ef2 (diff)
downloadgsoc2013-evolution-b22a84225268d720f2c9e6b9470d419da60fa959.tar
gsoc2013-evolution-b22a84225268d720f2c9e6b9470d419da60fa959.tar.gz
gsoc2013-evolution-b22a84225268d720f2c9e6b9470d419da60fa959.tar.bz2
gsoc2013-evolution-b22a84225268d720f2c9e6b9470d419da60fa959.tar.lz
gsoc2013-evolution-b22a84225268d720f2c9e6b9470d419da60fa959.tar.xz
gsoc2013-evolution-b22a84225268d720f2c9e6b9470d419da60fa959.tar.zst
gsoc2013-evolution-b22a84225268d720f2c9e6b9470d419da60fa959.zip
Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can be
2001-10-23 Christopher James Lahey <clahey@ximian.com> * 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 <clahey@ximian.com> * 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
-rw-r--r--ChangeLog6
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c1
-rw-r--r--configure.in2
4 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d3919ba41f..8b21eed8f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-23 Christopher James Lahey <clahey@ximian.com>
+
+ * 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.
+
2001-10-22 Damon Chaplin <damon@ximian.com>
* configure.in: bumped required GAL to 0.15.99.2.
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 910f5821f7..0a933e3464 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-23 Christopher James Lahey <clahey@ximian.com>
+
+ * gui/component/select-names/e-select-names.c
+ (e_select_names_add_section): Set "draw_button" argument to TRUE
+ on this EEntry.
+
2001-10-22 Christopher James Lahey <clahey@ximian.com>
* gui/contact-editor/e-contact-save-as.c (save_it): Put up an
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,
diff --git a/configure.in b/configure.in
index 391672629f..ffa1f7d30a 100644
--- a/configure.in
+++ b/configure.in
@@ -571,7 +571,7 @@ EVO_CHECK_LIB(Bonobo, bonobox, 1.0.3)
EVO_CHECK_LIB(OAF, oaf, 0.6.2)
EVO_CHECK_LIB(libglade, libglade, 0.14)
EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0)
-EVO_CHECK_LIB(GAL, gal, 0.15.99.2)
+EVO_CHECK_LIB(GAL, gal, 0.15.99.3)
EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.15)
EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0)
EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0)