diff src/gtkthemes.h @ 11557:1e7c0773380f

[gaim-migrate @ 13819] Fix smiley theme selection being lost when gaim is restarted. We now save the smiley theme name instead of path as the pref. Avoid leaking a GtkTreeRowReference. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 20 Sep 2005 21:47:57 +0000
parents ec2335d98b83
children 24169af08585
line wrap: on
line diff
--- a/src/gtkthemes.h	Mon Sep 19 16:18:50 2005 +0000
+++ b/src/gtkthemes.h	Tue Sep 20 21:47:57 2005 +0000
@@ -42,7 +42,6 @@
 
 extern struct smiley_theme *current_smiley_theme;
 extern GSList *smiley_themes;
-extern GtkTreeRowReference *previous_smiley_row;
 
 extern void gaim_gtkthemes_init();
 gboolean gaim_gtkthemes_smileys_disabled();