diff --git a/code/pidgin-libnotify/AUTHORS b/code/pidgin-libnotify/AUTHORS index 0482707..0193dc9 100644 --- a/code/pidgin-libnotify/AUTHORS +++ b/code/pidgin-libnotify/AUTHORS @@ -1,3 +1,4 @@ Authors ======= Duarte Henriques +Cedric Girard diff --git a/code/pidgin-libnotify/ChangeLog b/code/pidgin-libnotify/ChangeLog index a46e9ba..4107739 100644 --- a/code/pidgin-libnotify/ChangeLog +++ b/code/pidgin-libnotify/ChangeLog @@ -1,3 +1,11 @@ +2011-03-15 Cedric Girard + + * src/pidgin-libnotify.c: patch from + https://bugs.launchpad.net/ubuntu/+source/pidgin-libnotify/+bug/577622 + for IRC notifications + * po/*.po: language patch from archlinux : + http://projects.archlinux.org/svntogit/community.git/tree/pidgin-libnotify/repos/community-testing-x86_64/language_fixes.patch + 2008-12-14 Duarte Henriques * src/gaim-libnotify.c: really show option to not show diff --git a/code/pidgin-libnotify/VERSION b/code/pidgin-libnotify/VERSION index 948a547..caa4836 100644 --- a/code/pidgin-libnotify/VERSION +++ b/code/pidgin-libnotify/VERSION @@ -1 +1 @@ -0.14 +0.19 diff --git a/code/pidgin-libnotify/src/pidgin-libnotify.c b/code/pidgin-libnotify/src/pidgin-libnotify.c index da3f4da..9c2f590 100644 --- a/code/pidgin-libnotify/src/pidgin-libnotify.c +++ b/code/pidgin-libnotify/src/pidgin-libnotify.c @@ -629,8 +629,8 @@ static PurplePluginInfo info = { NULL, /* summary */ NULL, /* description */ - "Duarte Henriques ", /* author */ - "http://sourceforge.net/projects/gaim-libnotify/", /* homepage */ + "Cedric Girard ", /* author */ + "https://github.com/X-dark/ArchLinux/tree/master/code/pidgin-libnotify", /* homepage */ plugin_load, /* load */ plugin_unload, /* unload */