grim/guifications2

[gf2-migrate @ 54]
org.guifications.gf2
2006-07-09, Sadrul Habib Chowdhury
e30929d1c594
Parents b281bcf435bd
Children 76a888849582
[gf2-migrate @ 54]
Modified version of patch #1519552 from Eduard Carreras i Nadal (afro_style).
Do not show popups for accounts that are not connected yet.
  • +4 -0
    AUTHORS
  • +3 -0
    src/gf_event.c
  • --- a/AUTHORS Fri Jul 07 03:48:36 2006 -0400
    +++ b/AUTHORS Sun Jul 09 16:17:46 2006 -0400
    @@ -34,3 +34,7 @@
    Nathaniel Waters for the animation formula
    Tollef Fog Heen for access to a 64bit machine
    Douglas Furlong for the FC3 Power PC rpm's
    +
    +Accepted Patches
    +================
    +Eduard Carreras i Nadal
    --- a/src/gf_event.c Fri Jul 07 03:48:36 2006 -0400
    +++ b/src/gf_event.c Sun Jul 09 16:17:46 2006 -0400
    @@ -302,6 +302,9 @@
    if(gf_display_screen_saver_is_running())
    return FALSE;
    + if(!gaim_account_is_connected(account))
    + return FALSE;
    +
    if(g_list_find(accounts, account))
    return FALSE;