diff options
author | Steve Zesch <[email protected]> | 2012-05-26 19:29:57 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-05-26 19:29:57 -0400 |
commit | 21d19c8d7ff85e23355ff9ec092e4c6a77fd4e34 (patch) | |
tree | b445dcd0c2d3f4b722d33c56a30e28bbc2f5055b /invest-applet/invest/defs.py.in | |
parent | b958403a2e06dfc271b121eb325783bc923b089a (diff) | |
download | mate-applets-21d19c8d7ff85e23355ff9ec092e4c6a77fd4e34.tar.bz2 mate-applets-21d19c8d7ff85e23355ff9ec092e4c6a77fd4e34.tar.xz |
Fixed https://github.com/mate-desktop/mate-applets/issues/6
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 c674b1b4..769e957c 100644 --- a/invest-applet/invest/defs.py.in +++ b/invest-applet/invest/defs.py.in @@ -6,3 +6,4 @@ PYTHONDIR = "@PYTHONDIR@" GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@" MATELOCALEDIR = "@MATELOCALEDIR@" BUILDERDIR = "@BUILDERDIR@" +NETWORKMANAGER_VERSION = "@NETWORKMANAGER_VERSION@" |