comparison libpurple/plugins/offlinemsg.c @ 21244:a20ef7180680

Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no reason that the common UI ones need to be in a different namespace from the ones used by libpurple.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 20:53:40 +0000
parents fba1f6c3df0b
children 6de09629f091 d4f95419be45
comparison
equal deleted inserted replaced
21243:6402252be3c8 21244:a20ef7180680
159 159
160 purple_request_action_with_hint(handle, _("Offline Message"), ask, 160 purple_request_action_with_hint(handle, _("Offline Message"), ask,
161 _("You can edit/delete the pounce from the `Buddy Pounces' dialog"), 161 _("You can edit/delete the pounce from the `Buddy Pounces' dialog"),
162 1, 162 1,
163 offline->account, offline->who, offline->conv, 163 offline->account, offline->who, offline->conv,
164 PURPLE_REQUEST_HINT_BUDDY, offline, 2, 164 PURPLE_REQUEST_UI_HINT_BUDDY, offline, 2,
165 _("Yes"), record_pounce, 165 _("Yes"), record_pounce,
166 _("No"), cancel_poune); 166 _("No"), cancel_poune);
167 g_free(ask); 167 g_free(ask);
168 } 168 }
169 } 169 }