comparison src/conversation.c @ 309:97cdac04c0f5

[gaim-migrate @ 319] Whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 02 Jun 2000 05:31:53 +0000
parents e5fa88351dc8
children 0a8b4edc4732
comparison
equal deleted inserted replaced
308:e5fa88351dc8 309:97cdac04c0f5
1077 small = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), "Small", "Decrease font size", "Small", small_p, GTK_SIGNAL_FUNC(do_small), entry); 1077 small = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), "Small", "Decrease font size", "Small", small_p, GTK_SIGNAL_FUNC(do_small), entry);
1078 normal = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), "Normal", "Normal font size", "Normal", normal_p, GTK_SIGNAL_FUNC(do_normal), entry); 1078 normal = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), "Normal", "Normal font size", "Normal", normal_p, GTK_SIGNAL_FUNC(do_normal), entry);
1079 big = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), "Big", "Increase font size", "Big", big_p, GTK_SIGNAL_FUNC(do_big), entry); 1079 big = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), "Big", "Increase font size", "Big", big_p, GTK_SIGNAL_FUNC(do_big), entry);
1080 font = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), "Font", "Select Font", "Font", font_p, GTK_SIGNAL_FUNC(toggle_font), entry); 1080 font = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), "Font", "Select Font", "Font", font_p, GTK_SIGNAL_FUNC(toggle_font), entry);
1081 gtk_object_set_user_data(GTK_OBJECT(font), c); 1081 gtk_object_set_user_data(GTK_OBJECT(font), c);
1082 /* if (!(font_options & OPT_FONT_FACE)) */ 1082 if (!(font_options & OPT_FONT_FACE))
1083 gtk_widget_set_sensitive(GTK_WIDGET(font), FALSE); 1083 gtk_widget_set_sensitive(GTK_WIDGET(font), FALSE);
1084 1084
1085 gtk_toolbar_append_space(GTK_TOOLBAR(toolbar)); 1085 gtk_toolbar_append_space(GTK_TOOLBAR(toolbar));
1086 link = gtk_toolbar_append_element(GTK_TOOLBAR(toolbar), 1086 link = gtk_toolbar_append_element(GTK_TOOLBAR(toolbar),
1087 GTK_TOOLBAR_CHILD_TOGGLEBUTTON, NULL, "Link", "Insert Link", 1087 GTK_TOOLBAR_CHILD_TOGGLEBUTTON, NULL, "Link", "Insert Link",