diff pidgin/gtkprefs.c @ 19671:0914ce0f3e0e

Don't assume that the Gstreamer stuff isn't used on win32. There really isn't anything to see here.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 06 Sep 2007 15:42:57 +0000
parents ac9daf303942
children 44b4e8bd759b
line wrap: on
line diff
--- a/pidgin/gtkprefs.c	Thu Sep 06 15:40:57 2007 +0000
+++ b/pidgin/gtkprefs.c	Thu Sep 06 15:42:57 2007 +0000
@@ -1510,6 +1510,7 @@
 
 	gtk_widget_set_sensitive(vbox, strcmp(method, "none"));
 }
+#endif /* !_WIN32 */
 
 #ifdef USE_GSTREAMER
 static void
@@ -1524,7 +1525,6 @@
 			!strcmp(method, "esd"));
 }
 #endif /* USE_GSTREAMER */
-#endif /* !_WIN32 */
 
 
 static void
@@ -1693,9 +1693,11 @@
 	int j;
 	const char *file;
 	char *pref;
+#if !defined _WIN32 || defined USE_GSTREAMER
+	GtkWidget *label;
+#endif
 #ifndef _WIN32
 	GtkWidget *dd;
-	GtkWidget *label;
 	GtkWidget *entry;
 	const char *cmd;
 #endif