1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add the patch mentioned in the previous commit.

This commit is contained in:
Joe Marcus Clarke 2002-11-12 20:06:22 +00:00
parent acd1b34001
commit 3d2018a380
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69973

View File

@ -0,0 +1,11 @@
--- src/gthumb-window.c.orig Tue Nov 12 15:06:10 2002
+++ src/gthumb-window.c Tue Nov 12 15:06:26 2002
@@ -5162,7 +5162,7 @@
bonobo_window_set_contents (BONOBO_WINDOW (window->app), paned1);
- gtk_widget_destroy (window->main_pane);
+ window->main_pane = NULL;
gtk_widget_show (paned1);
gtk_widget_show (paned2);