aboutsummaryrefslogtreecommitdiff
path: root/cad/oregano/files/patch-src_plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'cad/oregano/files/patch-src_plot.c')
-rw-r--r--cad/oregano/files/patch-src_plot.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/cad/oregano/files/patch-src_plot.c b/cad/oregano/files/patch-src_plot.c
new file mode 100644
index 000000000000..8d92d65d7a26
--- /dev/null
+++ b/cad/oregano/files/patch-src_plot.c
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- src/plot.c.orig
++++ src/plot.c
+@@ -277,8 +277,8 @@
+ {
+ GtkTreeIter iter;
+ GtkTreeModel *model;
+- plot->selected = 0;
+ gboolean activo;
++ plot->selected = 0;
+
+ /* Check if selected row is leaf or root */
+ if (gtk_tree_path_get_depth (arg1) == 1) {