summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-28 19:38:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-28 19:38:23 +0000
commite77fcb561fea613c3691d87bde59d88b9c7ed964 (patch)
treeaaae6536319a2aa1aa6295e37076ea1dae7214dd /x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c
parentUpdate to 2.12.2. (diff)
Update to 2.8.8.
Notes
Notes: svn path=/head/; revision=149828
Diffstat (limited to 'x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c')
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c b/x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c
deleted file mode 100644
index 84ca8959bf87..000000000000
--- a/x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- gtk/gtkpathbar.c.orig Wed Nov 16 10:40:00 2005
-+++ gtk/gtkpathbar.c Wed Nov 16 10:41:05 2005
-@@ -933,6 +933,7 @@
- GtkPathBar *path_bar;
- GList *button_list;
- gboolean child_is_hidden;
-+ GtkFilePath *child_path;
-
- button_data = BUTTON_DATA (data);
- if (button_data->ignore_changes)
-@@ -945,7 +946,6 @@
-
- gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
-
-- GtkFilePath *child_path;
- if (button_list->prev)
- {
- ButtonData *child_data;