[gimp] app: put utility function in #ifdef HAVE_ICO_CODES in preferences-dialog.c
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: put utility function in #ifdef HAVE_ICO_CODES in preferences-dialog.c
- Date: Thu, 1 Sep 2011 22:16:26 +0000 (UTC)
commit 351423a2ef7552908d067d2915122ea2641eaffd
Author: Michael Natterer <mitch gimp org>
Date: Fri Sep 2 00:14:21 2011 +0200
app: put utility function in #ifdef HAVE_ICO_CODES in preferences-dialog.c
app/dialogs/preferences-dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index 872f7f9..e36ee3f 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -1174,6 +1174,7 @@ prefs_boolean_combo_box_add (GObject *config,
return combo;
}
+#ifdef HAVE_ISO_CODES
static GtkWidget *
prefs_language_combo_box_add (GObject *config,
const gchar *property_name,
@@ -1189,6 +1190,7 @@ prefs_language_combo_box_add (GObject *config,
return combo;
}
+#endif
static GtkWidget *
prefs_spin_button_add (GObject *config,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]