[totem] Fix compiler warning
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem] Fix compiler warning
- Date: Sun, 13 Sep 2009 11:35:45 +0000 (UTC)
commit f0c070e2fa9df3c0cb4730f4c202fe571e6f4ca5
Author: Christian Persch <chpe gnome org>
Date: Sat Sep 12 23:02:56 2009 +0200
Fix compiler warning
Bug #595020.
src/eggfileformatchooser.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eggfileformatchooser.c b/src/eggfileformatchooser.c
index be9f861..e1eb2d5 100644
--- a/src/eggfileformatchooser.c
+++ b/src/eggfileformatchooser.c
@@ -78,8 +78,8 @@ static guint signals[SIGNAL_LAST];
G_DEFINE_TYPE (EggFileFormatChooser,
egg_file_format_chooser,
GTK_TYPE_EXPANDER);
-EGG_DEFINE_QUARK (EggFileFormatFilterInfo,
- egg_file_format_filter_info);
+static EGG_DEFINE_QUARK (EggFileFormatFilterInfo,
+ egg_file_format_filter_info);
static EggFileFormatFilterInfo*
egg_file_format_filter_info_new (const gchar *name,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]