]> git.pld-linux.org Git - packages/rox.git/blame - rox-gtk222.patch
- Ok - it works now (moved rox.xml to %%(_datadir}/mime/packages)
[packages/rox.git] / rox-gtk222.patch
CommitLineData
a2e11a04 1diff -u -r1.40 view_collection.c
2--- ROX-Filer/src/view_collection.c 18 May 2003 14:13:32 -0000 1.40
3+++ ROX-Filer/src/view_collection.c 19 Jun 2003 13:49:54 -0000
4@@ -187,6 +187,13 @@
5 view_collection = g_object_new(view_collection_get_type(), NULL);
6 view_collection->filer_window = filer_window;
7
8+ /* Starting with GTK+-2.2.2, the vadjustment is reset after init
9+ * (even though it's already set during init) to a new adjustment.
10+ * Change it back:
11+ */
12+ gtk_viewport_set_vadjustment(GTK_VIEWPORT(view_collection),
13+ view_collection->collection->vadj);
14+
15 gtk_range_set_adjustment(GTK_RANGE(filer_window->scrollbar),
16 view_collection->collection->vadj);
This page took 0.088239 seconds and 4 git commands to generate.