mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-31 00:34:56 +01:00
Fix typo
This commit is contained in:
parent
ba113fd21c
commit
a08150cfc6
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ handle_method_call(GDBusConnection* UNUSED(connection),
|
||||||
|
|
||||||
if (handlers[idx].needs_document == true && priv->zathura->document == NULL) {
|
if (handlers[idx].needs_document == true && priv->zathura->document == NULL) {
|
||||||
g_dbus_method_invocation_return_dbus_error(
|
g_dbus_method_invocation_return_dbus_error(
|
||||||
invocation, "org.pwmt.zathura.NoOpenDocumen",
|
invocation, "org.pwmt.zathura.NoOpenDocument",
|
||||||
"No document has been opened.");
|
"No document has been opened.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue