Sun, 11 Nov 2007 16:51:19 +0000
May as well use an existing string as the title for the error notification.
| libpurple/protocols/gg/gg.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/gg/gg.c Sun Nov 11 16:50:24 2007 +0000 +++ b/libpurple/protocols/gg/gg.c Sun Nov 11 16:51:19 2007 +0000 @@ -277,7 +277,7 @@ gchar *primary = g_strdup_printf( _("Couldn't write buddy list for %s to %s"), purple_account_get_username(account), filename); - purple_notify_error(account, _("Couldn't save buddy list"), + purple_notify_error(account, _("Save Buddylist..."), primary, NULL); g_free(primary); }