comparison src/gtkconv.c @ 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 53410b84336f
children 9d833f54d220
comparison
equal deleted inserted replaced
10189:4e7249591251 10190:e67ecadcbe0f
4634 gtkconv->show_formatting_toolbar = gaim_prefs_get_bool( 4634 gtkconv->show_formatting_toolbar = gaim_prefs_get_bool(
4635 "/gaim/gtk/conversations/show_formatting_toolbar"); 4635 "/gaim/gtk/conversations/show_formatting_toolbar");
4636 4636
4637 if (gtkconv->show_formatting_toolbar) 4637 if (gtkconv->show_formatting_toolbar)
4638 gtk_widget_show(gtkconv->toolbar); 4638 gtk_widget_show(gtkconv->toolbar);
4639 else
4640 gtk_widget_hide(gtkconv->toolbar);
4639 4641
4640 gtkconv->show_timestamps = gaim_prefs_get_bool( 4642 gtkconv->show_timestamps = gaim_prefs_get_bool(
4641 "/gaim/gtk/conversations/show_timestamps"); 4643 "/gaim/gtk/conversations/show_timestamps");
4642 4644
4643 gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml), 4645 gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml),