projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6104c12
)
filechooser: Remove debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 31 Jan 2020 15:55:01 +0000
(16:55 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 31 Jan 2020 15:55:01 +0000
(16:55 +0100)
gtk/gtkfilechooserdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserdialog.c
b/gtk/gtkfilechooserdialog.c
index b2929d988d76ecd50e921fab84792ed07a862784..56d89fbb5a9791ffa1065a1a0972ab688d0b8a80 100644
(file)
--- a/
gtk/gtkfilechooserdialog.c
+++ b/
gtk/gtkfilechooserdialog.c
@@
-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);
}