diff options
author | infirit <[email protected]> | 2014-02-04 22:57:59 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-04 22:57:59 +0100 |
commit | e07db99e4ab834f562bd1d1234a5827ae5ef4747 (patch) | |
tree | 8e60c06cf7a663aac0473efe03f254de4176cce9 /invest-applet/invest/defs.py.in | |
parent | 9f48b8cec28f20c1936b90bc424783823e6e9226 (diff) | |
download | mate-applets-e07db99e4ab834f562bd1d1234a5827ae5ef4747.tar.bz2 mate-applets-e07db99e4ab834f562bd1d1234a5827ae5ef4747.tar.xz |
invest-applet: Add gtk3 support
Diffstat (limited to 'invest-applet/invest/defs.py.in')
-rw-r--r-- | invest-applet/invest/defs.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/invest-applet/invest/defs.py.in b/invest-applet/invest/defs.py.in index 3985ea38..a503005e 100644 --- a/invest-applet/invest/defs.py.in +++ b/invest-applet/invest/defs.py.in @@ -8,3 +8,4 @@ MATELOCALEDIR = "@MATELOCALEDIR@" BUILDERDIR = "@BUILDERDIR@" NETWORKMANAGER_VERSION = "@NETWORKMANAGER_VERSION@" PKGDATADIR = "@PKGDATADIR@" +GTK_API_VERSION = "@GTK_API_VERSION@" |