pidgin/gtkprefs.c

changeset 19086
269c42c13f9d
parent 19045
c5e869038b16
child 19294
b713221ceac4
child 19365
a712e2406c7e
equal deleted inserted replaced
19085:64f4b8a98800 19086:269c42c13f9d
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 }

mercurial