summaryrefslogtreecommitdiff
path: root/pidgin/gtkconvwin.h
diff options
context:
space:
mode:
authorMichael Ruprecht <maiku@pidgin.im>2008-05-31 06:29:38 +0000
committerMichael Ruprecht <maiku@pidgin.im>2008-05-31 06:29:38 +0000
commit67113c136d38b149fc73e88e0413c21acb18b454 (patch)
tree105c5b35f586e34f38dcb565aa1d01d896bacdfc /pidgin/gtkconvwin.h
parent3b4aecc1e31a6d67523ca4fd78b3a1bc10519561 (diff)
downloadpidgin-67113c136d38b149fc73e88e0413c21acb18b454.tar.gz
Create a proper media menu with options for audio, video, and
audio/video.
Diffstat (limited to 'pidgin/gtkconvwin.h')
-rw-r--r--pidgin/gtkconvwin.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/pidgin/gtkconvwin.h b/pidgin/gtkconvwin.h
index 4089f272ce..0076d16d50 100644
--- a/pidgin/gtkconvwin.h
+++ b/pidgin/gtkconvwin.h
@@ -49,8 +49,11 @@ struct _PidginWindow
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;