[geany/geany-plugins] 343a48: scope: remove a gtk+ >= 2.18 check in scptreestore

Dimitar Zhekov git-noreply at xxxxx
Sun Apr 19 16:34:21 UTC 2015


Branch:      refs/heads/master
Author:      Dimitar Zhekov <dimitar.zhekov at gmail.com>
Committer:   Dimitar Zhekov <dimitar.zhekov at gmail.com>
Date:        Sun, 19 Apr 2015 16:34:21 UTC
Commit:      343a48c35baeaa209fcfb5ccb30cfeadae16b62d
             https://github.com/geany/geany-plugins/commit/343a48c35baeaa209fcfb5ccb30cfeadae16b62d

Log Message:
-----------
scope: remove a gtk+ >= 2.18 check in scptreestore


Modified Paths:
--------------
    scope/src/store/scptreestore.c

Modified: scope/src/store/scptreestore.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -28,7 +28,7 @@
 #include "scptreedata.h"
 #include "scptreestore.h"
 
-#if defined(ENABLE_NLS) && defined(GETTEXT_PACKAGE) && GTK_CHECK_VERSION(2, 18, 0)
+#if defined(ENABLE_NLS) && defined(GETTEXT_PACKAGE)
 #define P_(String) g_dgettext(GETTEXT_PACKAGE "-properties", (String))
 #else
 #define P_(String) (String)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list