Description of problem: Have not seen this feature in action. However, I dont see much difference in the input after enabling it. Version-Release number of selected component (if applicable): scim-pinyin-0.5.91-11.1.fc6 How reproducible: Always Steps to Reproduce: 1.in scim setup, enable (checked) 'Show Pinyin Property in the tool bar' 2.reload Desktop 3. Actual results: shows an additional icon in the aux window Expected results: Additional info:
Gtk2 update from 2.8 in fc5 to 2.10 in fc6 from fc6, which cause some problems in UI. Remove "g_object_set ( renderer_num, "alignment", 0.5, NULL);" in add_column() . cvs diff -r 1.2 scim-pinyin-helper.patch Index: scim-pinyin-helper.patch =================================================================== RCS file: /cvs/dist/rpms/scim-pinyin/devel/scim-pinyin-helper.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 211c211 < @@ -0,0 +1,1124 @@ --- > @@ -0,0 +1,1123 @@ 1067d1066 < + g_object_set ( renderer_num, "alignment", 0.5, NULL);
Confirmed fixed. Can see it in the aux window now.