aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorLarry Ewing <lewing@helixcode.com>2000-08-17 05:15:03 +0800
committerLarry Ewing <lewing@src.gnome.org>2000-08-17 05:15:03 +0800
commitc60f1c5c77d1ca39618ecea09caaaa36b17beadd (patch)
tree120d50a8ab594c91f274ed85fd3979fa2ba6da40 /widgets
parentcb09690008c468d5bb8fb9b27b761dccf126cfaa (diff)
downloadgsoc2013-evolution-c60f1c5c77d1ca39618ecea09caaaa36b17beadd.tar.gz
gsoc2013-evolution-c60f1c5c77d1ca39618ecea09caaaa36b17beadd.tar.zst
gsoc2013-evolution-c60f1c5c77d1ca39618ecea09caaaa36b17beadd.zip
remove COLOR_TEXT references.
2000-08-16 Larry Ewing <lewing@helixcode.com> * e-icon-bar.c (e_icon_bar_init): remove COLOR_TEXT references. svn path=/trunk/; revision=4858
Diffstat (limited to 'widgets')
-rw-r--r--widgets/shortcut-bar/ChangeLog4
-rw-r--r--widgets/shortcut-bar/e-icon-bar.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog
index 69edec4a37..3ca816c467 100644
--- a/widgets/shortcut-bar/ChangeLog
+++ b/widgets/shortcut-bar/ChangeLog
@@ -1,5 +1,9 @@
2000-08-16 Larry Ewing <lewing@helixcode.com>
+ * e-icon-bar.c (e_icon_bar_init): remove COLOR_TEXT references.
+
+2000-08-16 Larry Ewing <lewing@helixcode.com>
+
* e-icon-bar.h (enum): get rid of COLOR_TEXT.
(struct _EIconBarItem): add pixbuf member to hold unmodified
pixbuf.
diff --git a/widgets/shortcut-bar/e-icon-bar.c b/widgets/shortcut-bar/e-icon-bar.c
index 11cf2c14b6..af5b23a6b3 100644
--- a/widgets/shortcut-bar/e-icon-bar.c
+++ b/widgets/shortcut-bar/e-icon-bar.c
@@ -249,10 +249,6 @@ e_icon_bar_init (EIconBar *icon_bar)
colormap = gtk_widget_get_colormap (GTK_WIDGET (icon_bar));
- icon_bar->colors[E_ICON_BAR_COLOR_TEXT].red = 65535;
- icon_bar->colors[E_ICON_BAR_COLOR_TEXT].green = 0;
- icon_bar->colors[E_ICON_BAR_COLOR_TEXT].blue = 0;
-
icon_bar->colors[E_ICON_BAR_COLOR_EDITING_TEXT].red = 0;
icon_bar->colors[E_ICON_BAR_COLOR_EDITING_TEXT].green = 0;
icon_bar->colors[E_ICON_BAR_COLOR_EDITING_TEXT].blue = 0;
-12-17 19:07:25 +0800'>2013-12-171-0/+1 * - Fix build on CURRENTsem2013-10-031-0/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Convert to new options framework left unconverted ports in databases categorybapt2013-03-221-12/+7 * Bump PORTREVISION for ports linking to default libmysqlclient.ale2011-03-191-1/+1 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Punt autoconf267->autoconf268ade2010-10-161-1/+1 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2 * - Fix configure for new autoconf toolssem2010-02-011-1/+1 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1