diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-27 01:42:57 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-27 01:42:57 +0800 |
commit | 411439eb384aea34a05bbde805a236e97882895b (patch) | |
tree | 5784eb63eb2deb8d7fff35bb9087eea7da04bff4 /src/empathy-call-window.h | |
parent | 2d2388ff8dd0b1faed6de9c168699032edc29660 (diff) | |
download | gsoc2013-empathy-411439eb384aea34a05bbde805a236e97882895b.tar gsoc2013-empathy-411439eb384aea34a05bbde805a236e97882895b.tar.gz gsoc2013-empathy-411439eb384aea34a05bbde805a236e97882895b.tar.bz2 gsoc2013-empathy-411439eb384aea34a05bbde805a236e97882895b.tar.lz gsoc2013-empathy-411439eb384aea34a05bbde805a236e97882895b.tar.xz gsoc2013-empathy-411439eb384aea34a05bbde805a236e97882895b.tar.zst gsoc2013-empathy-411439eb384aea34a05bbde805a236e97882895b.zip |
Only permit to have one running call at any time. Fixes bug #527970.
svn path=/trunk/; revision=1126
Diffstat (limited to 'src/empathy-call-window.h')
-rw-r--r-- | src/empathy-call-window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/empathy-call-window.h b/src/empathy-call-window.h index 782eda09c..018babe9b 100644 --- a/src/empathy-call-window.h +++ b/src/empathy-call-window.h @@ -31,9 +31,6 @@ G_BEGIN_DECLS GtkWidget *empathy_call_window_new (TpChannel *channel); -GtkWidget *empathy_call_window_find (TpChannel *channel); -void empathy_call_window_set_channel (GtkWidget *window, - TpChannel *channel); G_END_DECLS |