Fix the patch
This commit is contained in:
parent
933694734a
commit
c30a7ee37a
@ -124,7 +124,7 @@
|
||||
|
||||
+ selector_width = gedit_prefs_manager_get_opensave_dialog_width ();
|
||||
+ selector_height = gedit_prefs_manager_get_opensave_dialog_height ();
|
||||
+ gtk_window_resize (GTK_WINDOW (open_dialog), selector_width, selector_heigh
|
||||
+ gtk_window_resize (GTK_WINDOW (open_dialog), selector_width, selector_height);
|
||||
g_signal_connect (open_dialog,
|
||||
"response",
|
||||
G_CALLBACK (open_dialog_response_cb),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user