SOURCES: kdebase-konsole-history_clear.patch (NEW) - Separated fro...

adgor adgor at pld-linux.org
Wed Sep 20 19:45:18 CEST 2006


Author: adgor                        Date: Wed Sep 20 17:45:17 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Separated from konsole_all.patch

---- Files affected:
SOURCES:
   kdebase-konsole-history_clear.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kdebase-konsole-history_clear.patch
diff -u /dev/null SOURCES/kdebase-konsole-history_clear.patch:1.1
--- /dev/null	Wed Sep 20 19:45:18 2006
+++ SOURCES/kdebase-konsole-history_clear.patch	Wed Sep 20 19:45:12 2006
@@ -0,0 +1,11 @@
+--- kdebase-3.5.4/konsole/konsole/konsole.cpp.wordseps	2006-09-20 14:03:11.000000000 +0200
++++ kdebase-3.5.4/konsole/konsole/konsole.cpp	2006-09-20 14:39:42.000000000 +0200
+@@ -1066,7 +1066,7 @@
+                               SLOT(slotSaveHistory()), m_shortcuts, "save_history");
+   m_saveHistory->setEnabled(b_histEnabled );
+ 
+-  m_clearHistory = new KAction(i18n("Clear &History"), "history_clear", 0, this,
++  m_clearHistory = new KAction(i18n("Clear &History"), "history_clear", Qt::CTRL+Qt::ALT+Qt::Key_W, this,
+                                SLOT(slotClearHistory()), m_shortcuts, "clear_history");
+   m_clearHistory->setEnabled(b_histEnabled);
+ 
================================================================


More information about the pld-cvs-commit mailing list