pidgin/gtkthemes.c

changeset 32533
24b9aa43f224
parent 32503
ab886d3a38ae
child 32577
e32ba7559843
equal deleted inserted replaced
32532:8cf02ebf81ba 32533:24b9aa43f224
120 g_free(theme_dir); 120 g_free(theme_dir);
121 } 121 }
122 122
123 static void _pidgin_themes_smiley_themeize(GtkWidget *imhtml, gboolean custom) 123 static void _pidgin_themes_smiley_themeize(GtkWidget *imhtml, gboolean custom)
124 { 124 {
125 /* FIXME: move imhtml dependency to use webview. */
126 #if 0
125 struct smiley_list *list; 127 struct smiley_list *list;
126 if (!current_smiley_theme) 128 if (!current_smiley_theme)
127 return; 129 return;
128 130
129 gtk_imhtml_remove_smileys(GTK_IMHTML(imhtml)); 131 gtk_imhtml_remove_smileys(GTK_IMHTML(imhtml));
145 } 147 }
146 } 148 }
147 149
148 list = list->next; 150 list = list->next;
149 } 151 }
152 #endif
150 } 153 }
151 154
152 void pidgin_themes_smiley_themeize(GtkWidget *imhtml) 155 void pidgin_themes_smiley_themeize(GtkWidget *imhtml)
153 { 156 {
154 _pidgin_themes_smiley_themeize(imhtml, FALSE); 157 _pidgin_themes_smiley_themeize(imhtml, FALSE);

mercurial