Skip to content

Commit

Permalink
updated psi-tunable-chattoolbar patch
Browse files Browse the repository at this point in the history
  • Loading branch information
liuch committed Mar 18, 2014
1 parent df3da38 commit 7a6f6f5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions patches/2040-psi-tunable-chattoolbar.diff
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
--- a/options/default.xml
+++ b/options/default.xml
@@ -568,6 +568,27 @@
<help_about_qt type="QKeySequence" comment="About Qt"></help_about_qt>
<help_diag_qcaplugin type="QKeySequence" comment="QCA plugin diag"></help_diag_qcaplugin>
<help_diag_qcakeystore type="QKeySequence" comment="QCA key store diag"></help_diag_qcakeystore>
+ <chat_active_contacts type="QKeySequence"></chat_active_contacts>
+ <chat_add_contact type="QKeySequence"></chat_add_contact>
+ <chat_clear type="QKeySequence"></chat_clear>
+ <chat_compact type="QKeySequence"></chat_compact>
+ <chat_file type="QKeySequence"></chat_file>
+ <chat_find type="QKeySequence"></chat_find>
+ <chat_history type="QKeySequence"></chat_history>
+ <chat_html_text type="QKeySequence"></chat_html_text>
+ <chat_icon type="QKeySequence"></chat_icon>
+ <chat_info type="QKeySequence"></chat_info>
+ <chat_pgp type="QKeySequence"></chat_pgp>
+ <chat_ps type="QKeySequence"></chat_ps>
+ <chat_templates type="QKeySequence"></chat_templates>
+ <chat_voice type="QKeySequence"></chat_voice>
+ <gchat_clear type="QKeySequence"></gchat_clear>
+ <gchat_configure type="QKeySequence"></gchat_configure>
+ <gchat_find type="QKeySequence"></gchat_find>
+ <gchat_html_text type="QKeySequence"></gchat_html_text>
+ <gchat_icon type="QKeySequence"></gchat_icon>
+ <gchat_ps type="QKeySequence"></gchat_ps>
+ <gchat_templates type="QKeySequence"></gchat_templates>
</alist>
<chat comment="Shortcuts in the chat dialog">
<next-tab type="QVariantList" comment="Switch to the next tab">
diff --git a/src/groupchatdlg.cpp b/src/groupchatdlg.cpp
index e776a52..8af3bfc 100644
--- a/src/groupchatdlg.cpp
Expand Down

3 comments on commit 7a6f6f5

@liuch
Copy link
Member Author

@liuch liuch commented on 7a6f6f5 Mar 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправлена недоработка, в результате которой в консоль писались предупреждения об отсутствующей опции, iss 563.

@wadealer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не выдержал и сам поправил?

@liuch
Copy link
Member Author

@liuch liuch commented on 7a6f6f5 Mar 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не выдержал и сам поправил?

Ага. После прочтения ответа автора в соответствующем issue.

Please sign in to comment.