diff options
Diffstat (limited to 'shell/ev-sidebar-attachments.c')
-rw-r--r-- | shell/ev-sidebar-attachments.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c index 989c60d5..9b8ee6c8 100644 --- a/shell/ev-sidebar-attachments.c +++ b/shell/ev-sidebar-attachments.c @@ -56,7 +56,7 @@ enum { N_SIGNALS }; -static guint signals[N_SIGNALS]; +static guint signals[N_SIGNALS] = { 0 }; struct _EvSidebarAttachmentsPrivate { GtkWidget *icon_view; |