diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-07-08 09:18:14 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-07-08 09:18:14 -0500 |
commit | 5997a6378cdae679e018b1c29014d9e52c5e8631 (patch) | |
tree | 5c4ab1a41e143b39f0b7dc668c220d95e9f6d58e /.gitmodules | |
parent | dcd19cee1d789ddb3a6d83487b4b53268e0aaa34 (diff) | |
download | kpowersave-5997a6378cdae679e018b1c29014d9e52c5e8631.tar.gz kpowersave-5997a6378cdae679e018b1c29014d9e52c5e8631.zip |
Fix abort on startup due to oversized tray icon creation when icon widget has not yet been shown
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 4fce771..5a9a136 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "admin"] path = admin - url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin + url = http://scm.trinitydesktop.org/scm/git/tde-common-admin [submodule "cmake"] path = cmake - url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake + url = http://scm.trinitydesktop.org/scm/git/tde-common-cmake |