projects
/
geeqie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66fa2e1
)
Eliminate a FIXME: Collection window position
author
Colin Clark
<
[email protected]
>
Mon, 1 May 2017 18:05:08 +0000
(19:05 +0100)
committer
Colin Clark
<
[email protected]
>
Mon, 1 May 2017 18:05:08 +0000
(19:05 +0100)
src/collect.c
patch
|
blob
|
history
diff --git
a/src/collect.c
b/src/collect.c
index 28879cc2f429a790249969f75be16e3b143eee9a..695133ad5ddf4e6a5f61e4003f422be8cb8d351a 100644
(file)
--- a/
src/collect.c
+++ b/
src/collect.c
@@
-1178,8
+1178,8
@@
CollectWindow *collection_window_new(const gchar *path)
if (options->save_window_positions && path && collection_load_only_geometry(cw->cd, path))
{
- /* FIXME: x, y is not implemented */
gtk_window_set_default_size(GTK_WINDOW(cw->window), cw->cd->window_w, cw->cd->window_h);
+ gtk_window_move(GTK_WINDOW(cw->window), cw->cd->window_x, cw->cd->window_y);
}
else
{