comparison plugins/perl/common/Status.xs @ 11249:b4b1be482b4e

[gaim-migrate @ 13418] sf patch #1235519, from Sadrul Habib Chowdhury This is a pretty big patch that makes Gaim correctly save and restore the current status (away/available, away message, available message, invisible, etc). The GaimGtkStatusBoxWidget thing I think defaults to "Available" every time its created, which overrides the setting that was saved to the XML file. So that still needs to be fixed before this will really work. Anyway, mad props to Sadrul for putting up with my requests on this patch committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 13 Aug 2005 05:22:09 +0000
parents 0e9e2b923d09
children ecbbe6d18b0d
comparison
equal deleted inserted replaced
11248:a2eababc78a8 11249:b4b1be482b4e
216 const char * 216 const char *
217 gaim_status_attr_get_name(attr) 217 gaim_status_attr_get_name(attr)
218 Gaim::StatusAttr attr 218 Gaim::StatusAttr attr
219 219
220 Gaim::Value 220 Gaim::Value
221 gaim_status_attr_get_value_type(attr) 221 gaim_status_attr_get_value(attr)
222 Gaim::StatusAttr attr 222 Gaim::StatusAttr attr
223 223
224 Gaim::StatusAttr 224 Gaim::StatusAttr
225 gaim_status_attr_new(id, name, value_type) 225 gaim_status_attr_new(id, name, value_type)
226 const char *id 226 const char *id