| 497 const char *code = xmlnode_get_attrib(z, "code"); |
497 const char *code = xmlnode_get_attrib(z, "code"); |
| 498 if(code && !strcmp(code, "201")) { |
498 if(code && !strcmp(code, "201")) { |
| 499 if((chat = jabber_chat_find(js, jid->node, jid->domain))) { |
499 if((chat = jabber_chat_find(js, jid->node, jid->domain))) { |
| 500 chat->config_dialog_type = PURPLE_REQUEST_ACTION; |
500 chat->config_dialog_type = PURPLE_REQUEST_ACTION; |
| 501 chat->config_dialog_handle = |
501 chat->config_dialog_handle = |
| 502 purple_request_action(js->gc, |
502 purple_request_action_with_hint(js->gc, |
| 503 _("Create New Room"), |
503 _("Create New Room"), |
| 504 _("Create New Room"), |
504 _("Create New Room"), |
| 505 _("You are creating a new room. Would" |
505 _("You are creating a new room. Would" |
| 506 " you like to configure it, or" |
506 " you like to configure it, or" |
| 507 " accept the default settings?"), |
507 " accept the default settings?"), |