From 034b37d1a21db7779f52447acaae16ac284f2cf7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 5 Jun 2013 17:35:25 +0200 Subject: [PATCH] shell: Fix build --- shell/cc-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/cc-window.c b/shell/cc-window.c index ea6186832..78b6cdd93 100644 --- a/shell/cc-window.c +++ b/shell/cc-window.c @@ -1525,5 +1525,5 @@ cc_window_present (CcWindow *center) void cc_window_show (CcWindow *center) { - gtk_widget_present (GTK_WIDGET (center)); + gtk_window_present (GTK_WINDOW (center)); }