diff pidgin/gtkconvwin.h @ 25662:28ab41065172

Create a proper media menu with options for audio, video, and audio/video.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sat, 31 May 2008 06:29:38 +0000
parents a8a26b4d8458
children e1523f30bdb5
line wrap: on
line diff
--- a/pidgin/gtkconvwin.h	Sat May 31 04:01:18 2008 +0000
+++ b/pidgin/gtkconvwin.h	Sat May 31 06:29:38 2008 +0000
@@ -49,8 +49,11 @@
 		GtkWidget *menubar;
 
 		GtkWidget *view_log;
-
-		GtkWidget *call;
+#ifdef USE_VV
+		GtkWidget *audio_call;
+		GtkWidget *video_call;
+		GtkWidget *audio_video_call;
+#endif
 		GtkWidget *send_file;
 		GtkWidget *add_pounce;
 		GtkWidget *get_info;