Added wait entry to man page. Removed logic that cause wait to open extra tab.
This commit is contained in:
committed by
Michael Webster
parent
b6483090b6
commit
6f58fd2f2c
@@ -699,14 +699,6 @@ xed_app_handle_local_options (GApplication *application,
|
||||
g_application_set_flags (application, old_flags | G_APPLICATION_NON_UNIQUE);
|
||||
}
|
||||
|
||||
if (g_variant_dict_contains (options, "wait"))
|
||||
{
|
||||
GApplicationFlags old_flags;
|
||||
|
||||
old_flags = g_application_get_flags (application);
|
||||
g_application_set_flags (application, old_flags | G_APPLICATION_IS_LAUNCHER);
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user