diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-16 14:44:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-16 14:44:08 +0000 |
commit | 0e4c8b87e22f368102b8fcf987ba529a60cb2018 (patch) | |
tree | 09d2de2e571f558ffb7c49d0b34515e7abb1d2fb /x11-toolkits | |
parent | 53f055e86cf3484e33b983bf7eaab42419825be6 (diff) | |
download | ports-0e4c8b87e22f368102b8fcf987ba529a60cb2018.tar.gz ports-0e4c8b87e22f368102b8fcf987ba529a60cb2018.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c | 18 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gtk_gtkpathbar.c | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c b/x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c new file mode 100644 index 000000000000..84ca8959bf87 --- /dev/null +++ b/x11-toolkits/gtk20/files/patch-gtk_gtkpathbar.c @@ -0,0 +1,18 @@ +--- 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; diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtkpathbar.c b/x11-toolkits/gtk30/files/patch-gtk_gtkpathbar.c new file mode 100644 index 000000000000..84ca8959bf87 --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-gtk_gtkpathbar.c @@ -0,0 +1,18 @@ +--- 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; |