diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-09-05 13:53:08 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-09-05 13:53:08 -0500 |
commit | ed4fba5b52a126babf633ece832bed7cc50347e4 (patch) | |
tree | df4dda5b511fe6a3930c567d2391a9f574570618 /redhat/kdebase/kdebase-3.5.12-r1220927.patch | |
parent | 9135c977131b957134d4b691542998b2dc397378 (diff) | |
parent | 3c86eeb8b77e5ea83ce7938d75c17b7bde9b31d5 (diff) | |
download | tde-packaging-ed4fba5b52a126babf633ece832bed7cc50347e4.tar.gz tde-packaging-ed4fba5b52a126babf633ece832bed7cc50347e4.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'redhat/kdebase/kdebase-3.5.12-r1220927.patch')
-rw-r--r-- | redhat/kdebase/kdebase-3.5.12-r1220927.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/redhat/kdebase/kdebase-3.5.12-r1220927.patch b/redhat/kdebase/kdebase-3.5.12-r1220927.patch new file mode 100644 index 000000000..8048cc929 --- /dev/null +++ b/redhat/kdebase/kdebase-3.5.12-r1220927.patch @@ -0,0 +1,29 @@ +Index: kdebase/kcontrol/iccconfig/iccconfig.cpp +=================================================================== +--- kdebase/kcontrol/iccconfig/iccconfig.cpp (revision 1220926) ++++ kdebase/kcontrol/iccconfig/iccconfig.cpp (revision 1220927) +@@ -286,7 +286,7 @@ + base->deleteProfileButton->setFixedWidth(90); + + XRROutputInfo *output_info; +- KRandrSimpleAPI *randrsimple = new KRandrSimpleAPI::KRandrSimpleAPI(); ++ KRandrSimpleAPI *randrsimple = new KRandrSimpleAPI(); + + config->setReadDefaults( useDefaults ); + +@@ -356,7 +356,7 @@ + { + int i; + int j; +- KRandrSimpleAPI *randrsimple = new KRandrSimpleAPI::KRandrSimpleAPI(); ++ KRandrSimpleAPI *randrsimple = new KRandrSimpleAPI(); + + // Write system configuration + systemconfig->setGroup(NULL); +@@ -408,4 +408,4 @@ + " for a more lifelike and vibrant image."); + } + +-#include "iccconfig.moc" +\ No newline at end of file ++#include "iccconfig.moc" |