citadel #1

Closed
isa wants to merge 29 commits from citadel into citadel-45.0
Showing only changes of commit 1b5ff77d02 - Show all commits

View File

@ -143,7 +143,7 @@ get_extension_property (GDBusProxy *proxy,
&error); &error);
if (response == NULL) if (response == NULL)
{ {
g_printerr (_("Failed to connect to GNOME Shell")); g_printerr (_("Failed to connect to GNOME Shell\n"));
return NULL; return NULL;
} }