shell: Fix build
This commit is contained in:
parent
658ebff612
commit
034b37d1a2
1 changed files with 1 additions and 1 deletions
|
@ -1525,5 +1525,5 @@ cc_window_present (CcWindow *center)
|
||||||
void
|
void
|
||||||
cc_window_show (CcWindow *center)
|
cc_window_show (CcWindow *center)
|
||||||
{
|
{
|
||||||
gtk_widget_present (GTK_WIDGET (center));
|
gtk_window_present (GTK_WINDOW (center));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue