diff options
Diffstat (limited to 'mate-dictionary/src/gdict-applet.c')
-rw-r--r-- | mate-dictionary/src/gdict-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-applet.c b/mate-dictionary/src/gdict-applet.c index e8b7e62b..11a3f85e 100644 --- a/mate-dictionary/src/gdict-applet.c +++ b/mate-dictionary/src/gdict-applet.c @@ -882,7 +882,7 @@ get_context_from_loader (GdictApplet *applet) gdict_show_error_dialog (NULL, _("Unable to find dictionary source"), - NULL); + detail); g_free (detail); |