Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste')
-rw-r--r--cut-n-paste/recent-files/egg-recent-view-uimanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste/recent-files/egg-recent-view-uimanager.c b/cut-n-paste/recent-files/egg-recent-view-uimanager.c
index ab03426..ac0b852 100644
--- a/cut-n-paste/recent-files/egg-recent-view-uimanager.c
+++ b/cut-n-paste/recent-files/egg-recent-view-uimanager.c
@@ -206,7 +206,7 @@ egg_recent_view_uimanager_set_list (EggRecentViewUIManager *view, GList *list)
escaped);
g_free (escaped);
} else
- label = basename;
+ label = escaped;
action = g_object_new (GTK_TYPE_ACTION,
"name", name,