| 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)); |