cpw.rekkanoryo.prefs_window: a6dacf55: Clean up some remnants of the font prefs...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Sun Nov 15 20:55:39 EST 2009
-----------------------------------------------------------------
Revision: a6dacf551ecbca23dac816f85603773b06d35146
Ancestor: 93a8ad41d6ca0dc6d8b5df0d003b364f41131910
Author: rekkanoryo at pidgin.im
Date: 2009-11-16T00:57:04
Branch: im.pidgin.cpw.rekkanoryo.prefs_window
URL: http://d.pidgin.im/viewmtn/revision/info/a6dacf551ecbca23dac816f85603773b06d35146
Modified files:
pidgin/gtkprefs.c
ChangeLog:
Clean up some remnants of the font prefs I killed earlier.
-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c 1a17cf238c8315fa53163c227e80cbac53fd9cf9
+++ pidgin/gtkprefs.c 2427f3cc95efb6519cade77155a529b997272ad7
@@ -1596,15 +1596,6 @@ interface_page(void)
return ret;
}
-#if GTK_CHECK_VERSION(2,4,0)
-static void
-pidgin_custom_font_set(GtkFontButton *font_button, gpointer nul)
-{
- purple_prefs_set_string(PIDGIN_PREFS_ROOT "/conversations/custom_font",
- gtk_font_button_get_font_name(font_button));
-}
-#endif
-
static GtkWidget *
conv_page(void)
{
@@ -1613,16 +1604,9 @@ conv_page(void)
GtkWidget *toolbar;
GtkWidget *iconpref1;
GtkWidget *iconpref2;
- GtkWidget *fontpref;
GtkWidget *imhtml;
GtkWidget *frame;
-#if GTK_CHECK_VERSION(2,4,0)
- GtkWidget *hbox;
- GtkWidget *font_button;
- const char *font_name;
-#endif
-
ret = gtk_vbox_new(FALSE, PIDGIN_HIG_CAT_SPACE);
gtk_container_set_border_width(GTK_CONTAINER(ret), PIDGIN_HIG_BORDER);
More information about the Commits
mailing list