# HG changeset patch # User Mark Doliner # Date 1100569107 0 # Node ID e67ecadcbe0f391973223dafd08a31537f2f8721 # Parent 4e7249591251d7ead3f9daa19001936ed40cd055 [gaim-migrate @ 11305] This makes the "show formatting toolbar" pref work again. I decided not to make the pref apply to all toolbars because it felt weird when I was playing around with it. committer: Tailor Script diff -r 4e7249591251 -r e67ecadcbe0f src/gtkconv.c --- a/src/gtkconv.c Mon Nov 15 06:15:53 2004 +0000 +++ b/src/gtkconv.c Tue Nov 16 01:38:27 2004 +0000 @@ -4636,6 +4636,8 @@ if (gtkconv->show_formatting_toolbar) gtk_widget_show(gtkconv->toolbar); + else + gtk_widget_hide(gtkconv->toolbar); gtkconv->show_timestamps = gaim_prefs_get_bool( "/gaim/gtk/conversations/show_timestamps");