* src/modest-search.c
authorAlberto Garcia <agarcia@igalia.com>
Mon, 27 Aug 2007 11:55:32 +0000 (11:55 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Mon, 27 Aug 2007 11:55:32 +0000 (11:55 +0000)
   Fix build problem caused by latest commit by murrayc

pmo-trunk-r3088

src/modest-search.c

index 984445c..572989b 100644 (file)
@@ -73,7 +73,7 @@ typedef struct
        gint count_tries;
 } UtilIdleData;
 
        gint count_tries;
 } UtilIdleData;
 
-#define NUMBER_OF_TRIES = 10; /* Try approx every second, ten times. */
+#define NUMBER_OF_TRIES 10 /* Try approx every second, ten times. */
 
 static gboolean 
 on_timeout_check_account_is_online(gpointer user_data)
 
 static gboolean 
 on_timeout_check_account_is_online(gpointer user_data)