diff options
author | Timothy Pearson <[email protected]> | 2011-11-24 17:30:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-24 17:30:08 -0600 |
commit | 2f36af3a328bf230d5c6bb787652d074f45c8b4b (patch) | |
tree | b766d46d18c3b0fefd94595b6abd4d989a8177a7 /redhat/kdebase/kdebase-3.5.12-kickerfix.patch | |
parent | bf4274f846984ab7df435aa9a67c4cd3123bca6d (diff) | |
parent | 90b1878f91678caf4483ee7040f2cccff094ba21 (diff) | |
download | tde-packaging-2f36af3a328bf230d5c6bb787652d074f45c8b4b.tar.gz tde-packaging-2f36af3a328bf230d5c6bb787652d074f45c8b4b.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'redhat/kdebase/kdebase-3.5.12-kickerfix.patch')
-rw-r--r-- | redhat/kdebase/kdebase-3.5.12-kickerfix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/redhat/kdebase/kdebase-3.5.12-kickerfix.patch b/redhat/kdebase/kdebase-3.5.12-kickerfix.patch new file mode 100644 index 000000000..2a58f0020 --- /dev/null +++ b/redhat/kdebase/kdebase-3.5.12-kickerfix.patch @@ -0,0 +1,13 @@ +Index: ui/k_new_mnu.cpp +=================================================================== +--- ui/k_new_mnu.cpp (revision 1259264) ++++ ui/k_new_mnu.cpp (working copy) +@@ -3502,6 +3502,8 @@ + descr, "system:/media/" + name, nId++, -1 ); + + ++it; // skip separator ++ ++it; ++ ++it; + } + } + |