diff options
Diffstat (limited to 'shell/ev-open-recent-action.c')
-rw-r--r-- | shell/ev-open-recent-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-open-recent-action.c b/shell/ev-open-recent-action.c index 557e87a6..e3aabca6 100644 --- a/shell/ev-open-recent-action.c +++ b/shell/ev-open-recent-action.c @@ -33,7 +33,7 @@ enum { static void ev_open_recent_action_init (EvOpenRecentAction *action); static void ev_open_recent_action_class_init (EvOpenRecentActionClass *class); -static guint action_signals[N_SIGNALS]; +static guint action_signals[N_SIGNALS] = { 0 }; G_DEFINE_TYPE (EvOpenRecentAction, ev_open_recent_action, GTK_TYPE_ACTION) |