aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/nemo/files/patch-libnemo-private_nemo-action.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/nemo/files/patch-libnemo-private_nemo-action.c')
-rw-r--r--x11-fm/nemo/files/patch-libnemo-private_nemo-action.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-fm/nemo/files/patch-libnemo-private_nemo-action.c b/x11-fm/nemo/files/patch-libnemo-private_nemo-action.c
deleted file mode 100644
index a1f883e03ed0..000000000000
--- a/x11-fm/nemo/files/patch-libnemo-private_nemo-action.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- libnemo-private/nemo-action.c.orig 2013-11-25 10:51:16.047414327 +0000
-+++ libnemo-private/nemo-action.c 2013-11-25 10:53:12.539547401 +0000
-@@ -1083,7 +1083,7 @@
- const gchar *orig_label = nemo_action_get_orig_label (action);
-
- if (orig_label == NULL)
-- return;
-+ return NULL;
-
- action->escape_underscores = TRUE;
-
-@@ -1106,7 +1106,7 @@
- const gchar *orig_tt = nemo_action_get_orig_tt (action);
-
- if (orig_tt == NULL)
-- return;
-+ return NULL;
-
- action->escape_underscores = FALSE;
-
-@@ -1350,4 +1350,4 @@
- out:
-
- return selection_type_show && extension_type_show && condition_type_show;
--}
-\ No newline at end of file
-+}