libpurple/plugins/offlinemsg.c

branch
next.minor
changeset 21233
e75de8db4f2b
parent 21225
32d8e16cb7a9
child 21234
bb34c0fd67c3
child 21453
a90cf329cd48
equal deleted inserted replaced
21232:9f3ec74d12c0 21233:e75de8db4f2b
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 }

mercurial