Mercurial > pidgin.yaz
changeset 10190:e67ecadcbe0f
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 16 Nov 2004 01:38:27 +0000 |
parents | 4e7249591251 |
children | 0f86175b41a4 |
files | src/gtkconv.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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");