https://qa.mandrakesoft.com/show_bug.cgi?id=1937
------- Additional Comments From [EMAIL PROTECTED] 2003-02-22 15:54 ------- Yes manually editing works, but since I fear it is a glib bug I think someone should try to find out, why the hash table doesn't work correctly, the path for the themes is correctly recognized by switch and added to the hash table but the hash table can only retrieve the last entry, which should not happen�looks like the moemry allocation for the GHashTable has a bug. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------- Reminder: ------- assigned_to: [EMAIL PROTECTED] status: UNCONFIRMED creation_date: description: Hi folks, just tried to run both versions of gtk-theme-switch, it fails due to some problem with the GHashTable, that theme-switch and theme-switch2 uses. I looked at the source code, the problem is, whenever it tries to get a value from the hash table , the has table returns null, therefore the include files will have an entry like: include (null)/gtk/gtkrc It looks like the hashtable is correctly initialized. But somehow it does not keep it's values, if you debug you will see, that only the last entry (/usr/share/themes, Geramik) that was added can be selected and will be found in the hashtable, since this application worked before I don't think it is a problem within the source code I rather believe, that there is a bug in the latest glib. Since I don't have much time right now I cannot check out more, If anyone out there got time to look at I would appreciate it. Linux-phased
