im.pidgin.pidgin: 0d945ca4ad9da6d9547272ea91c99f3dc3909ac6
resiak at soc.pidgin.im
resiak at soc.pidgin.im
Sun Nov 11 12:00:40 EST 2007
-----------------------------------------------------------------
Revision: 0d945ca4ad9da6d9547272ea91c99f3dc3909ac6
Ancestor: c6e540128f2eb8b6371634a2800d5a9437ef21b9
Author: resiak at soc.pidgin.im
Date: 2007-11-11T16:51:19
Branch: im.pidgin.pidgin
Modified files:
libpurple/protocols/gg/gg.c
ChangeLog:
May as well use an existing string as the title for the error notification.
-------------- next part --------------
============================================================
--- libpurple/protocols/gg/gg.c 49418a43c956f34dec922a9801f2fee6265c3b9b
+++ libpurple/protocols/gg/gg.c f40e9b6442b5e88cc5ab7315c8187ee7075355d1
@@ -277,7 +277,7 @@ static void ggp_callback_buddylist_save_
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);
}
More information about the Commits
mailing list