[ibus-indic-table/f15] Added help patch

anish anishpatil at fedoraproject.org
Tue Jan 3 09:21:35 UTC 2012


commit 6f50848d7dcb8368c9700cb1452581aaa7f3e7a5
Author: anish <anish.developer at gmail.com>
Date:   Tue Jan 3 14:53:02 2012 +0530

    Added help patch

 bug-help.patch |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/bug-help.patch b/bug-help.patch
new file mode 100644
index 0000000..15a22c4
--- /dev/null
+++ b/bug-help.patch
@@ -0,0 +1,20 @@
+Only in ibus-indic-table-1.3.1/engine: factory.pyc
+Only in ibus-indic-table-1.3.1/engine: indic_table.pyc
+diff -rup ibus-indic-table-1.3.1-old/engine/main.py ibus-indic-table-1.3.1/engine/main.py
+--- ibus-indic-table-1.3.1-old/engine/main.py	2012-01-03 14:19:59.758944504 +0530
++++ ibus-indic-table-1.3.1/engine/main.py	2012-01-03 14:27:53.635955317 +0530
+@@ -213,7 +213,11 @@ def main():
+ 
+             _desc = SubElement (_engine, 'description')
+             _desc.text = _sq_db.get_ime_property ('description')
+-            
++            _desc.text += "\n Keyboard mapping is as follows \n Input Charater \t Output Character \n"
++            keys_vals= _sq_db.get_all_values()
++            for keyval in keys_vals:
++                _desc.text += ("\t %s \t \t\t\t %s \n")% (keyval[0],keyval[1])
++
+             _page_size_ibus = SubElement(_engine,'page_size')
+             _page_size_ibus.text = _sq_db.get_ime_property('page_size')
+             
+Only in ibus-indic-table-1.3.1/engine: tabdict.pyc
+Only in ibus-indic-table-1.3.1/engine: tabsqlitedb.pyc


More information about the scm-commits mailing list