aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set-view.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-27 10:39:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-27 10:39:03 +0800
commit98ba73cd578ff9e78e38a99fb1d414804dc73eb1 (patch)
tree0db97349e1223da8ef598537c843107db074f676 /shell/e-storage-set-view.c
parenteb2c101eaf353c6507213003479ef497ed271731 (diff)
downloadgsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar.gz
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar.bz2
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar.lz
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar.xz
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.tar.zst
gsoc2013-evolution-98ba73cd578ff9e78e38a99fb1d414804dc73eb1.zip
Plug a leak. Every time the ETable would query the model for the
string at the top of the tree, a "My Evolution" string would be leaked. svn path=/trunk/; revision=10523
Diffstat (limited to 'shell/e-storage-set-view.c')
-rw-r--r--shell/e-storage-set-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c
index a9106ecfa0..b0f2a5c547 100644
--- a/shell/e-storage-set-view.c
+++ b/shell/e-storage-set-view.c
@@ -1436,7 +1436,7 @@ etree_value_at (ETreeModel *etree, ETreePath tree_path, int col, void *model_dat
if (storage != NULL && col == 0)
return (void *) e_storage_get_name (storage);
- return g_strdup ("My Evolution");
+ return _("My Evolution");
}
static void