comparison pidgin/gtksavedstatuses.c @ 24015:3ab88169a2c2

Provide a preference to allow users to keep their status message when changing their status. Thus, users who want Twitter/Facebook/"MSN"-style "personal messages" can get the right functionality, while those who want messages related to their current status can get the right functionality. Fixes #7033
author Richard Laager <rlaager@wiktel.com>
date Wed, 10 Sep 2008 19:20:30 +0000
parents 4a657f024a3a
children 1c45897c79fc
comparison
equal deleted inserted replaced
24014:fffcfbcc5792 24015:3ab88169a2c2
1911 { 1911 {
1912 purple_prefs_add_none(PIDGIN_PREFS_ROOT "/status"); 1912 purple_prefs_add_none(PIDGIN_PREFS_ROOT "/status");
1913 purple_prefs_add_none(PIDGIN_PREFS_ROOT "/status/dialog"); 1913 purple_prefs_add_none(PIDGIN_PREFS_ROOT "/status/dialog");
1914 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/status/dialog/width", 550); 1914 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/status/dialog/width", 550);
1915 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/status/dialog/height", 250); 1915 purple_prefs_add_int(PIDGIN_PREFS_ROOT "/status/dialog/height", 250);
1916 purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/status/keep_status_message", FALSE);
1916 } 1917 }
1917 1918
1918 void 1919 void
1919 pidgin_status_uninit(void) 1920 pidgin_status_uninit(void)
1920 { 1921 {