aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-01-04 18:49:39 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-01-04 18:50:10 +0800
commit8969c8bd635ad34ff8d44f2894e31c44a00e20b9 (patch)
treef4c2ac5ff9509c3a4a30180a3bd463624d70f1eb
parent403ebcfcc6bcf95b1ef914de48ac5509c284b150 (diff)
downloadgsoc2013-empathy-8969c8bd635ad34ff8d44f2894e31c44a00e20b9.tar
gsoc2013-empathy-8969c8bd635ad34ff8d44f2894e31c44a00e20b9.tar.gz
gsoc2013-empathy-8969c8bd635ad34ff8d44f2894e31c44a00e20b9.tar.bz2
gsoc2013-empathy-8969c8bd635ad34ff8d44f2894e31c44a00e20b9.tar.lz
gsoc2013-empathy-8969c8bd635ad34ff8d44f2894e31c44a00e20b9.tar.xz
gsoc2013-empathy-8969c8bd635ad34ff8d44f2894e31c44a00e20b9.tar.zst
gsoc2013-empathy-8969c8bd635ad34ff8d44f2894e31c44a00e20b9.zip
call-window: set a bigger default size
Set the same size as the default chat-window size. https://bugzilla.gnome.org/show_bug.cgi?id=687450
-rw-r--r--src/empathy-call-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 91d02a195..996c0f717 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1872,6 +1872,8 @@ empathy_call_window_init (EmpathyCallWindow *self)
empathy_call_window_show_hangup_button (self, TRUE);
+ gtk_window_set_default_size (GTK_WINDOW (self), 580, 480);
+
empathy_geometry_bind (GTK_WINDOW (self), "call-window");
/* These signals are used to track the window position and save it
* when the window is destroyed. We need to do this as we don't want