diff options
Diffstat (limited to 'share/shares.c')
-rw-r--r-- | share/shares.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/shares.c b/share/shares.c index 6a239ff..a8d9bdd 100644 --- a/share/shares.c +++ b/share/shares.c @@ -762,7 +762,7 @@ shares_error_quark (void) static GQuark quark; if (quark == 0) - quark = g_quark_from_string ("mate-file-manager-shares-error-quark"); /* not from_static_string since we are a module */ + quark = g_quark_from_string ("caja-share-error-quark"); /* not from_static_string since we are a module */ return quark; } |