Index: eds-feed/src/main.c =================================================================== --- eds-feed/src/main.c (wersja 2955) +++ eds-feed/src/main.c (kopia robocza) @@ -28,7 +28,7 @@ static EBookView *book_view = NULL; static EBook *book = NULL; static gulong book_view_tag = 0; -static GalagoService *aim, *groupwise, *jabber, *yahoo, *msn, *icq; +static GalagoService *aim, *groupwise, *jabber, *yahoo, *msn, *icq, *gadugadu; static void add_accounts(GalagoPerson *person, EContact *contact, @@ -235,6 +235,7 @@ add_remove_accounts(person, contact, yahoo, E_CONTACT_IM_YAHOO); add_remove_accounts(person, contact, msn, E_CONTACT_IM_MSN); add_remove_accounts(person, contact, icq, E_CONTACT_IM_ICQ); + add_remove_accounts(person, contact, gadugadu, E_CONTACT_IM_GADUGADU); } } @@ -261,6 +262,7 @@ add_accounts(person, contact, yahoo, E_CONTACT_IM_YAHOO); add_accounts(person, contact, msn, E_CONTACT_IM_MSN); add_accounts(person, contact, icq, E_CONTACT_IM_ICQ); + add_accounts(person, contact, gadugadu, E_CONTACT_IM_GADUGADU); } } @@ -328,6 +330,7 @@ ADD_SERVICE(yahoo, GALAGO_SERVICE_ID_YAHOO); ADD_SERVICE(msn, GALAGO_SERVICE_ID_MSN); ADD_SERVICE(icq, GALAGO_SERVICE_ID_ICQ); + ADD_SERVICE(gadugadu, GALAGO_SERVICE_ID_GADUGADU); #undef ADD_SERVICE }