[empathy] StreamedMediaWindow: don't use `call-window' for the geometry



commit 7271692646a1212cce6d55731e38c7825b4e494e
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Mon Jul 11 18:29:28 2011 +0100

    StreamedMediaWindow: don't use `call-window' for the geometry
    
    Use av-window instead, so Call and StreamedMedia windows'
    geometry isn't mixed as the windows are quite different now.

 src/empathy-streamed-media-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-streamed-media-window.c b/src/empathy-streamed-media-window.c
index 0e70dd9..19b7b2f 100644
--- a/src/empathy-streamed-media-window.c
+++ b/src/empathy-streamed-media-window.c
@@ -1224,7 +1224,7 @@ empathy_streamed_media_window_init (EmpathyStreamedMediaWindow *self)
 
   priv->sound_mgr = empathy_sound_manager_dup_singleton ();
 
-  empathy_geometry_bind (GTK_WINDOW (self), "call-window");
+  empathy_geometry_bind (GTK_WINDOW (self), "av-window");
 }
 
 /* Instead of specifying a width and a height, we specify only one size. That's



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]