summaryrefslogtreecommitdiff
path: root/thunarx
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-01-21 14:58:06 +0100
committerNick Schermer <nick@xfce.org>2012-01-21 14:58:06 +0100
commit9f249baaf40f96f402da87afdbd1ed56eb7b4c9e (patch)
treec62521bbda43417c7947f1638fb70f97c9d59452 /thunarx
parentd49135ddd7aae736c1eeef101bcc3580f4756537 (diff)
downloadthunar-9f249baaf40f96f402da87afdbd1ed56eb7b4c9e.tar.gz
Depend on Gtk 2.20 and Glib 2.24.
Diffstat (limited to 'thunarx')
-rw-r--r--thunarx/thunarx-private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/thunarx/thunarx-private.h b/thunarx/thunarx-private.h
index 1b6240eb..1503bfb1 100644
--- a/thunarx/thunarx-private.h
+++ b/thunarx/thunarx-private.h
@@ -29,11 +29,7 @@
G_BEGIN_DECLS;
-#if GLIB_CHECK_VERSION(2,9,0)
#define I_(string) (g_intern_static_string ((string)))
-#else
-#define I_(string) (g_quark_to_string (g_quark_from_static_string ((string))))
-#endif
G_GNUC_INTERNAL
void thunarx_object_list_take_reference (GList *object_list,