SF.net SVN: geany:[3161] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Wed Oct 29 20:52:22 UTC 2008
Revision: 3161
http://geany.svn.sourceforge.net/geany/?rev=3161&view=rev
Author: eht16
Date: 2008-10-29 20:52:22 +0000 (Wed, 29 Oct 2008)
Log Message:
-----------
Try to fix a weird bug in reparenting the notebook widget when splitting on Windows. It still occurs on unsplitting.
Modified Paths:
--------------
trunk/ChangeLog
trunk/plugins/splitwindow.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-27 19:17:28 UTC (rev 3160)
+++ trunk/ChangeLog 2008-10-29 20:52:22 UTC (rev 3161)
@@ -1,3 +1,11 @@
+2008-10-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * plugins/splitwindow.c:
+ Try to fix a weird bug in reparenting the notebook widget when
+ splitting on Windows.
+ It still occurs on unsplitting.
+
+
2008-10-27 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* doc/geany.txt, doc/geany.html:
Modified: trunk/plugins/splitwindow.c
===================================================================
--- trunk/plugins/splitwindow.c 2008-10-27 19:17:28 UTC (rev 3160)
+++ trunk/plugins/splitwindow.c 2008-10-29 20:52:22 UTC (rev 3161)
@@ -295,8 +295,8 @@
p_support->lookup_widget(geany->main_widgets->window, "vbox1"));
pane = gtk_hpaned_new();
+ gtk_widget_reparent(notebook, pane);
gtk_container_add(GTK_CONTAINER(parent), pane);
- gtk_widget_reparent(notebook, 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