diff pidgin/gtkconvwin.h @ 26477:e1523f30bdb5

Move these variables to the end to not break ABI.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 01 Apr 2009 04:24:11 +0000
parents 28ab41065172
children 43dcfcdd6a73
line wrap: on
line diff
--- a/pidgin/gtkconvwin.h	Wed Apr 01 03:23:21 2009 +0000
+++ b/pidgin/gtkconvwin.h	Wed Apr 01 04:24:11 2009 +0000
@@ -49,11 +49,6 @@
 		GtkWidget *menubar;
 
 		GtkWidget *view_log;
-#ifdef USE_VV
-		GtkWidget *audio_call;
-		GtkWidget *video_call;
-		GtkWidget *audio_video_call;
-#endif
 		GtkWidget *send_file;
 		GtkWidget *add_pounce;
 		GtkWidget *get_info;
@@ -100,6 +95,12 @@
 
 	gint drag_motion_signal;
 	gint drag_leave_signal;
+
+#ifdef USE_VV
+	GtkWidget *audio_call;
+	GtkWidget *video_call;
+	GtkWidget *audio_video_call;
+#endif
 };
 
 /*@}*/