mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
parent
471c4e413c
commit
b75e7eb95d
@ -74,7 +74,7 @@ application_dbus_method_call (GDBusConnection *connection,
|
||||
guint32 timestamp;
|
||||
GApplicationAction *action;
|
||||
|
||||
g_variant_get (parameters, "(su)", &action_name, ×tamp);
|
||||
g_variant_get (parameters, "(&su)", &action_name, ×tamp);
|
||||
|
||||
action = g_hash_table_lookup (app->priv->actions, action_name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user