[gnome-calendar] source-dialog: add GOA sources to the list



commit b659d6a7cbee68861fa39bc00e2aeb01a8f0a62e
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Apr 9 11:14:56 2015 -0300

    source-dialog: add GOA sources to the list
    
    Actually, it *should* add GOA sources,
    don't know why I removed it.

 src/gcal-source-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index cc46cb7..b3c17c4 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -240,7 +240,7 @@ add_source (GcalManager *manager,
         contains_source = TRUE;
     }
 
-  if (!contains_source && !is_goa_source (GCAL_SOURCE_DIALOG (user_data), source))
+  if (!contains_source)
     {
       GtkWidget *row;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]