SF.net SVN: geany:[3163] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Thu Oct 30 15:23:28 UTC 2008
Revision: 3163
http://geany.svn.sourceforge.net/geany/?rev=3163&view=rev
Author: eht16
Date: 2008-10-30 15:23:27 +0000 (Thu, 30 Oct 2008)
Log Message:
-----------
Revert last change as it breaks (again) the primary X selection as well as the mouse cursor on the scrollbar.
Modified Paths:
--------------
trunk/ChangeLog
trunk/plugins/splitwindow.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-29 21:27:14 UTC (rev 3162)
+++ trunk/ChangeLog 2008-10-30 15:23:27 UTC (rev 3163)
@@ -1,3 +1,10 @@
+2008-10-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * plugins/splitwindow.c:
+ Revert last change as it breaks (again) the primary X selection as
+ well as the mouse cursor on the scrollbar.
+
+
2008-10-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* plugins/splitwindow.c:
Modified: trunk/plugins/splitwindow.c
===================================================================
--- trunk/plugins/splitwindow.c 2008-10-29 21:27:14 UTC (rev 3162)
+++ trunk/plugins/splitwindow.c 2008-10-30 15:23:27 UTC (rev 3163)
@@ -295,8 +295,8 @@
p_support->lookup_widget(geany->main_widgets->window, "vbox1"));
pane = gtk_hpaned_new();
+ gtk_container_add(GTK_CONTAINER(parent), pane);
gtk_widget_reparent(notebook, pane);
- gtk_container_add(GTK_CONTAINER(parent), pane);
box = gtk_vbox_new(FALSE, 0);
toolbar = create_toolbar();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list