Mercurial > geeqie
comparison src/layout.c @ 837:f8c22438376c
use GtkSizeGroup to control initial size of split images
author | nadvornik |
---|---|
date | Sat, 14 Jun 2008 21:49:48 +0000 |
parents | e9e3fb483cdc |
children | 1b14c0e177ad |
comparison
equal
deleted
inserted
replaced
836:1af95bada7e7 | 837:f8c22438376c |
---|---|
1807 | 1807 |
1808 | 1808 |
1809 layout_bars_close(lw); | 1809 layout_bars_close(lw); |
1810 | 1810 |
1811 gtk_widget_destroy(lw->window); | 1811 gtk_widget_destroy(lw->window); |
1812 | |
1813 if (lw->split_image_sizegroup) g_object_unref(lw->split_image_sizegroup); | |
1812 | 1814 |
1813 file_data_unregister_notify_func(layout_image_notify_cb, lw); | 1815 file_data_unregister_notify_func(layout_image_notify_cb, lw); |
1814 | 1816 |
1815 if (lw->dir_fd) | 1817 if (lw->dir_fd) |
1816 { | 1818 { |