diff options
author | Michael Ruprecht <maiku@pidgin.im> | 2008-05-31 06:29:38 +0000 |
---|---|---|
committer | Michael Ruprecht <maiku@pidgin.im> | 2008-05-31 06:29:38 +0000 |
commit | 67113c136d38b149fc73e88e0413c21acb18b454 (patch) | |
tree | 105c5b35f586e34f38dcb565aa1d01d896bacdfc /pidgin/gtkconvwin.h | |
parent | 3b4aecc1e31a6d67523ca4fd78b3a1bc10519561 (diff) | |
download | pidgin-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.h | 7 |
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; |