aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-17 03:08:40 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-17 03:08:40 +0800
commit5810652218e5db7b73d7f814114e4541a8d05779 (patch)
tree2f90f72ef8b8f1587a31c560240de4faefcb4aa4 /shell/ChangeLog
parent933447b399b6bd8f4967ae78565df23e5f11e096 (diff)
downloadgsoc2013-evolution-5810652218e5db7b73d7f814114e4541a8d05779.tar
gsoc2013-evolution-5810652218e5db7b73d7f814114e4541a8d05779.tar.gz
gsoc2013-evolution-5810652218e5db7b73d7f814114e4541a8d05779.tar.bz2
gsoc2013-evolution-5810652218e5db7b73d7f814114e4541a8d05779.tar.lz
gsoc2013-evolution-5810652218e5db7b73d7f814114e4541a8d05779.tar.xz
gsoc2013-evolution-5810652218e5db7b73d7f814114e4541a8d05779.tar.zst
gsoc2013-evolution-5810652218e5db7b73d7f814114e4541a8d05779.zip
New callback for the realize signal. (make_bold): New. Hooks up the
* e-shell-folder-title-bar.c (label_realize_callback): New callback for the realize signal. (make_bold): New. Hooks up the label_realize_callback. (e_shell_folder_title_bar_construct): Make the name of the folder bold using it. svn path=/trunk/; revision=12114
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 4458cc4bf5..8b5e3fd354 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,13 @@
2001-08-16 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-folder-title-bar.c (label_realize_callback): New
+ callback for the realize signal.
+ (make_bold): New. Hooks up the label_realize_callback.
+ (e_shell_folder_title_bar_construct): Make the name of the folder
+ bold using it.
+
+o2001-08-16 Ettore Perazzoli <ettore@ximian.com>
+
* e-gray-bar.c (endarken_style): Just hardcode the colors.
* e-shell-folder-title-bar.c (set_title_bar_label_style): New.