aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-04-15 05:30:54 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-04-15 05:30:54 +0800
commit24c56f175744c852ef211207405ea40ae3fba450 (patch)
tree9d4963cade5b3f8976fb459ff59be66188eea349 /widgets/ChangeLog
parentfef953748465f6fdf47384a3b0c50474d418540e (diff)
downloadgsoc2013-evolution-24c56f175744c852ef211207405ea40ae3fba450.tar
gsoc2013-evolution-24c56f175744c852ef211207405ea40ae3fba450.tar.gz
gsoc2013-evolution-24c56f175744c852ef211207405ea40ae3fba450.tar.bz2
gsoc2013-evolution-24c56f175744c852ef211207405ea40ae3fba450.tar.lz
gsoc2013-evolution-24c56f175744c852ef211207405ea40ae3fba450.tar.xz
gsoc2013-evolution-24c56f175744c852ef211207405ea40ae3fba450.tar.zst
gsoc2013-evolution-24c56f175744c852ef211207405ea40ae3fba450.zip
Set the border widths on the dialog's vbox and action area to be
2004-04-09 Rodney Dawes <dobey@ximian.com> * e-timezone-dialog/e-timezone-dialog.c (e_timezone_dialog_construct): Set the border widths on the dialog's vbox and action area to be HIG-complaint Get rid of the timezone preview widget in here Point the internal 'table' to the right widget (on_map_motion): Get rid of the extra-hacky code to set the preview widget's label to the timezone, now that that widget is gone (on_map_leave): Update the comment to not reference the preview widget that is now gone Get rid of the code to set the preview widget's label to empty string * e-timezone-dialog/e-timezone-dialog.glade: Update for HIG-compliance 2004-04-09 Rodney Dawes <dobey@ximian.com> * e-charset-picker.c: Include gtkhbox.h in here to avoid the warnings (activate_other): (e_charset_picker_dialog): Make these dialogs be more HIG-compliant * e-filter-bar.c (do_advanced): (menubar_activated): Make these dialogs be more HIG-compliant svn path=/trunk/; revision=25468
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r--widgets/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index 85ab1be87b..765112025a 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,17 @@
+2004-04-09 Rodney Dawes <dobey@ximian.com>
+
+ * e-timezone-dialog/e-timezone-dialog.c
+ (e_timezone_dialog_construct): Set the border widths on the dialog's
+ vbox and action area to be HIG-complaint
+ Get rid of the timezone preview widget in here
+ Point the internal 'table' to the right widget
+ (on_map_motion): Get rid of the extra-hacky code to set the preview
+ widget's label to the timezone, now that that widget is gone
+ (on_map_leave): Update the comment to not reference the preview
+ widget that is now gone
+ Get rid of the code to set the preview widget's label to empty string
+ * e-timezone-dialog/e-timezone-dialog.glade: Update for HIG-compliance
+
2004-02-26 JP Rosevear <jpr@ximian.com>
* e-timezone-dialog/e-timezone-dialog.c