Ticket #96: gadugadu.patch
-
eds-feed/src/main.c
old new 28 28 static EBookView *book_view = NULL; 29 29 static EBook *book = NULL; 30 30 static gulong book_view_tag = 0; 31 static GalagoService *aim, *groupwise, *jabber, *yahoo, *msn, *icq ;31 static GalagoService *aim, *groupwise, *jabber, *yahoo, *msn, *icq, *gadugadu; 32 32 33 33 static void 34 34 add_accounts(GalagoPerson *person, EContact *contact, … … 235 235 add_remove_accounts(person, contact, yahoo, E_CONTACT_IM_YAHOO); 236 236 add_remove_accounts(person, contact, msn, E_CONTACT_IM_MSN); 237 237 add_remove_accounts(person, contact, icq, E_CONTACT_IM_ICQ); 238 add_remove_accounts(person, contact, gadugadu, E_CONTACT_IM_GADUGADU); 238 239 } 239 240 } 240 241 … … 261 262 add_accounts(person, contact, yahoo, E_CONTACT_IM_YAHOO); 262 263 add_accounts(person, contact, msn, E_CONTACT_IM_MSN); 263 264 add_accounts(person, contact, icq, E_CONTACT_IM_ICQ); 265 add_accounts(person, contact, gadugadu, E_CONTACT_IM_GADUGADU); 264 266 } 265 267 } 266 268 … … 328 330 ADD_SERVICE(yahoo, GALAGO_SERVICE_ID_YAHOO); 329 331 ADD_SERVICE(msn, GALAGO_SERVICE_ID_MSN); 330 332 ADD_SERVICE(icq, GALAGO_SERVICE_ID_ICQ); 333 ADD_SERVICE(gadugadu, GALAGO_SERVICE_ID_GADUGADU); 331 334 #undef ADD_SERVICE 332 335 } 333 336
