Ticket #1100: patch
| File patch, 469 bytes (added by guest, 6 years ago) |
|---|
-
CellLayout.chs.pp
75 75 76 76 #if GTK_CHECK_VERSION(2,4,0) 77 77 78 #if GTK_CHECK_VERSION(2,6,0) 78 79 instance CellLayoutClass CellView 80 instance CellLayoutClass IconView 81 #endif 82 79 83 instance CellLayoutClass EntryCompletion 80 84 instance CellLayoutClass TreeViewColumn 81 85 instance CellLayoutClass ComboBox 82 instance CellLayoutClass IconView83 86 instance CellLayoutClass ComboBoxEntry 84 87 85 88 --------------------