| 3215 } |
3215 } |
| 3216 |
3216 |
| 3217 if (code == SE_ERR_ASSOCINCOMPLETE || code == SE_ERR_NOASSOC) |
3217 if (code == SE_ERR_ASSOCINCOMPLETE || code == SE_ERR_NOASSOC) |
| 3218 { |
3218 { |
| 3219 purple_notify_error(webview, NULL, |
3219 purple_notify_error(webview, NULL, |
| 3220 _("There is no application configured to open this type of file."), NULL); |
3220 _("There is no application configured to open this type of file."), |
| |
3221 NULL, NULL); |
| 3221 } |
3222 } |
| 3222 else if (code < 32) |
3223 else if (code < 32) |
| 3223 { |
3224 { |
| 3224 purple_notify_error(webview, NULL, |
3225 purple_notify_error(webview, NULL, |
| 3225 _("An error occurred while opening the file."), NULL); |
3226 _("An error occurred while opening the file."), NULL, NULL); |
| 3226 purple_debug_warning("gtkutils", "filename: %s; code: %d\n", uri, code); |
3227 purple_debug_warning("gtkutils", "filename: %s; code: %d\n", uri, code); |
| 3227 } |
3228 } |
| 3228 #else |
3229 #else |
| 3229 char *command = NULL; |
3230 char *command = NULL; |
| 3230 char *tmp = NULL; |
3231 char *tmp = NULL; |