comparison finch/gntstatus.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 d4f95419be45 dccfd999ffe7
comparison
equal deleted inserted replaced
21243:6402252be3c8 21244:a20ef7180680
138 ask = g_strdup_printf(_("Are you sure you want to delete \"%s\""), 138 ask = g_strdup_printf(_("Are you sure you want to delete \"%s\""),
139 purple_savedstatus_get_title(saved)); 139 purple_savedstatus_get_title(saved));
140 140
141 purple_request_action_with_hint(saved, _("Delete Status"), ask, NULL, 0, 141 purple_request_action_with_hint(saved, _("Delete Status"), ask, NULL, 0,
142 NULL, NULL, NULL, 142 NULL, NULL, NULL,
143 PURPLE_UI_REQUEST_HINT_STATUSMGR, saved, 2, 143 PURPLE_REQUEST_UI_HINT_STATUSMGR, saved, 2,
144 _("Delete"), really_delete_status, 144 _("Delete"), really_delete_status,
145 _("Cancel"), NULL); 145 _("Cancel"), NULL);
146 g_free(ask); 146 g_free(ask);
147 } 147 }
148 148