mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-18 11:22:52 +02:00
@@ -74,7 +74,7 @@ application_dbus_method_call (GDBusConnection *connection,
|
|||||||
guint32 timestamp;
|
guint32 timestamp;
|
||||||
GApplicationAction *action;
|
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);
|
action = g_hash_table_lookup (app->priv->actions, action_name);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user