| 2234 purple_prefs_set_string(PIDGIN_PREFS_ROOT "/conversations/im/hide_new", "away"); |
2234 purple_prefs_set_string(PIDGIN_PREFS_ROOT "/conversations/im/hide_new", "away"); |
| 2235 } |
2235 } |
| 2236 purple_prefs_remove(PIDGIN_PREFS_ROOT "/away/queue_messages"); |
2236 purple_prefs_remove(PIDGIN_PREFS_ROOT "/away/queue_messages"); |
| 2237 purple_prefs_remove(PIDGIN_PREFS_ROOT "/away"); |
2237 purple_prefs_remove(PIDGIN_PREFS_ROOT "/away"); |
| 2238 purple_prefs_remove("/plugins/gtk/docklet/queue_messages"); |
2238 purple_prefs_remove("/plugins/gtk/docklet/queue_messages"); |
| 2239 } |
2239 |
| |
2240 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/chat/default_width"); |
| |
2241 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/chat/default_height"); |
| |
2242 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/im/default_width"); |
| |
2243 purple_prefs_remove(PIDGIN_PREFS_ROOT "/conversations/im/default_height"); |
| |
2244 purple_prefs_rename(PIDGIN_PREFS_ROOT "/conversations/x", |
| |
2245 PIDGIN_PREFS_ROOT "/conversations/im/x"); |
| |
2246 purple_prefs_rename(PIDGIN_PREFS_ROOT "/conversations/y", |
| |
2247 PIDGIN_PREFS_ROOT "/conversations/im/y"); |
| |
2248 } |