comparison src/gtkconv.c @ 5582:e2f2d8857f9f

[gaim-migrate @ 5986] (00:54:06) Robot101: fixes: (00:54:21) Robot101: "copy link location" on URL context menu (00:54:37) Robot101: leak of a GtkWindow and annoying dialog hinting of the signon meter window (00:55:06) Robot101: and the appending of even when you cancel the dialog in the convo window (00:55:07) Robot101: that's the lot committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 31 May 2003 04:55:24 +0000
parents 9eb5b13fd412
children e2ff6f156917
comparison
equal deleted inserted replaced
5581:3a9b54f260e3 5582:e2f2d8857f9f
1865 1865
1866 gtkconv = GAIM_GTK_CONVERSATION(conv); 1866 gtkconv = GAIM_GTK_CONVERSATION(conv);
1867 1867
1868 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(font))) 1868 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(font)))
1869 show_font_dialog(conv, font); 1869 show_font_dialog(conv, font);
1870 else if (gtkconv->dialogs.fg_color != NULL) 1870 else if (gtkconv->dialogs.font != NULL)
1871 cancel_font(font, conv); 1871 cancel_font(font, conv);
1872 else 1872 else
1873 gaim_gtk_advance_past(gtkconv, "<FONT FACE>", "</FONT>"); 1873 gaim_gtk_advance_past(gtkconv, "<FONT FACE>", "</FONT>");
1874 } 1874 }
1875 1875