[file-roller] properties dialog: display the location path correctly
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] properties dialog: display the location path correctly
- Date: Mon, 6 Aug 2012 14:05:02 +0000 (UTC)
commit 07bf3ab6ef2d34e1e00e7ffe2ad16c29dfaad6a7
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Aug 6 16:04:24 2012 +0200
properties dialog: display the location path correctly
src/dlg-prop.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dlg-prop.c b/src/dlg-prop.c
index eaef00d..3d4c1aa 100644
--- a/src/dlg-prop.c
+++ b/src/dlg-prop.c
@@ -75,7 +75,7 @@ dlg_prop (FrWindow *window)
label = _gtk_builder_get_widget (data->builder, "p_path_label");
parent = g_file_get_parent (fr_window_get_archive_file (window));
- utf8_name = _g_file_get_display_basename (parent);
+ utf8_name = g_file_get_parse_name (parent);
gtk_label_set_text (GTK_LABEL (label), utf8_name);
g_free (utf8_name);
g_object_unref (parent);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]