[gnome-control-center/gnome-3-8] shell: Fix build



commit b50110456117bbd7402c194641c4b2b56c0ae1d8
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jun 5 17:35:25 2013 +0200

    shell: Fix build

 shell/cc-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/cc-window.c b/shell/cc-window.c
index 33f5cdb..95aa007 100644
--- a/shell/cc-window.c
+++ b/shell/cc-window.c
@@ -1511,5 +1511,5 @@ cc_window_present (CcWindow *center)
 void
 cc_window_show (CcWindow *center)
 {
-  gtk_widget_present (GTK_WIDGET (center));
+  gtk_window_present (GTK_WINDOW (center));
 }


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