diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/im-application-list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/im-application-list.c b/src/im-application-list.c index d69609d..8034bd3 100644 --- a/src/im-application-list.c +++ b/src/im-application-list.c @@ -223,6 +223,8 @@ app_source_action_check_draw (Application * app, const gchar * action_name) GVariant * draw; state = g_action_group_get_action_state (G_ACTION_GROUP(app->source_actions), action_name); + if (state == NULL) + return FALSE; /* uxsb */ draw = g_variant_get_child_value(state, 3); |