forked from AuroraMiddleware/gtk
filechooser: Remove debug spew
This commit is contained in:
parent
6104c12392
commit
09612a1b3c
@ -547,7 +547,6 @@ gtk_file_chooser_dialog_realize (GtkWidget *widget)
|
||||
|
||||
if (width != 0 && height != 0)
|
||||
gtk_window_set_default_size (GTK_WINDOW (dialog), width, height);
|
||||
g_print ("%d %d\n", width, height);
|
||||
|
||||
GTK_WIDGET_CLASS (gtk_file_chooser_dialog_parent_class)->realize (widget);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user