Kaydet (Commit) c9fc4a10 authored tarafından Enrico Tröger's avatar Enrico Tröger

Try to fix a weird bug in reparenting the notebook widget when splitting on…

Try to fix a weird bug in reparenting the notebook widget when splitting on Windows. It still occurs on unsplitting.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3161 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst a3b27b37
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:
......
......@@ -295,8 +295,8 @@ static void on_split_view(GtkMenuItem *menuitem, gpointer user_data)
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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment