shell: Fix build

This commit is contained in:
Matthias Clasen 2013-06-05 17:35:25 +02:00 committed by Bastien Nocera
parent 658ebff612
commit 034b37d1a2

View file

@ -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));
}