forked from AuroraMiddleware/gtk
filechooser: Use macros
Thanks for not letting me catch that place when I was greeping...
This commit is contained in:
parent
a38309474d
commit
b112a85395
@ -6074,8 +6074,8 @@ save_dialog_geometry (GtkFileChooserDefault *impl)
|
||||
gtk_window_get_position (toplevel, &x, &y);
|
||||
gtk_window_get_size (toplevel, &width, &height);
|
||||
|
||||
g_settings_set (impl->settings, "window-position", "(ii)", x, y);
|
||||
g_settings_set (impl->settings, "window-size", "(ii)", width, height);
|
||||
g_settings_set (impl->settings, SETTINGS_KEY_WINDOW_POSITION, "(ii)", x, y);
|
||||
g_settings_set (impl->settings, SETTINGS_KEY_WINDOW_SIZE, "(ii)", width, height);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user