diff finch/gntmedia.c @ 25650:4b9b265a8100

Fix compiling with the --disable-vv switch.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sun, 25 May 2008 04:01:44 +0000
parents e1c8ec1259de
children cbe97caec684
line wrap: on
line diff
--- a/finch/gntmedia.c	Sat May 24 20:02:01 2008 +0000
+++ b/finch/gntmedia.c	Sun May 25 04:01:44 2008 +0000
@@ -388,8 +388,6 @@
 				NULL));
 }
 
-#endif  /* USE_FARSIGHT */
-
 static void
 gntmedia_message_cb(FinchMedia *gntmedia, const char *msg, PurpleConversation *conv)
 {
@@ -456,3 +454,5 @@
 			G_CALLBACK(finch_new_media), NULL);
 }
 
+#endif  /* USE_FARSIGHT */
+