[cheese/three-point-oh] Don't show the clutter stage before the rest of the ui



commit 0000dbdd12927a375611c22fab9e318665bd10f7
Author: Filippo Argiolas <filippo argiolas gmail com>
Date:   Mon Jul 12 22:47:16 2010 +0200

    Don't show the clutter stage before the rest of the ui

 src/cheese-window.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/cheese-window.vala b/src/cheese-window.vala
index 51f1d7c..d46a20b 100644
--- a/src/cheese-window.vala
+++ b/src/cheese-window.vala
@@ -775,8 +775,6 @@ public class Cheese.MainWindow : Gtk.Window
 
     thumb_view.button_press_event.connect (on_thumbnail_mouse_button_press);
 
-    viewport.show_all ();
-
     try {
       camera.setup (conf.gconf_prop_camera);
     }



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