diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/eggfileformatchooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eggfileformatchooser.c b/src/eggfileformatchooser.c index 6305c87..7dfba1f 100644 --- a/src/eggfileformatchooser.c +++ b/src/eggfileformatchooser.c @@ -74,7 +74,7 @@ struct _EggFileFormatSearch const gchar *extension; }; -static guint signals[SIGNAL_LAST]; +static guint signals[SIGNAL_LAST] = { 0 }; G_DEFINE_TYPE (EggFileFormatChooser, egg_file_format_chooser, |