diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/capplet/mate-notification-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capplet/mate-notification-properties.c b/src/capplet/mate-notification-properties.c index 718eae6..e058359 100644 --- a/src/capplet/mate-notification-properties.c +++ b/src/capplet/mate-notification-properties.c @@ -356,7 +356,7 @@ static void notification_properties_dialog_setup_themes(NotificationAppletDialog } else { - g_warning("Error opening themes dir"); + g_warning("Error opening themes dir %s", ENGINES_DIR); } theme = g_settings_get_string(dialog->gsettings, GSETTINGS_KEY_THEME); |