pidgin/gtkutils.c

branch
soc.2013.gobjectification.plugins
changeset 36838
9dd39a792240
parent 36783
8eadcfdb65ca
parent 34977
42e9e59fbf0f
child 36930
c1b0e75051e3
equal deleted inserted replaced
36837:d87dfa15aeb7 36838:9dd39a792240
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;

mercurial