- Timestamp:
- 2010-03-07T00:31:34Z (15 years ago)
- Branches:
- master
- Children:
- 63770b4
- Parents:
- 58adb7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r58adb7e r68198e9 1954 1954 static void oscar_set_away_aim(struct im_connection *ic, struct oscar_data *od, const char *state, const char *message) 1955 1955 { 1956 if (state == NULL) 1957 state = ""; 1956 1958 1957 1959 if (!g_strcasecmp(state, _("Visible"))) { … … 2006 2008 } 2007 2009 2008 if ( !g_strcasecmp(state, "Online")) {2010 if (state == NULL) { 2009 2011 aim_setextstatus(od->sess, od->conn, AIM_ICQ_STATE_NORMAL); 2010 2012 } else if (!g_strcasecmp(state, "Away")) {
Note: See TracChangeset
for help on using the changeset viewer.