Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237433
Collapse All | Expand All

(-)nautilus-dropbox-0.4.1.orig/src/nautilus-dropbox-tray.c (-1 / +2 lines)
Lines 564-570 Link Here
564
static void
564
static void
565
is_out_of_date_cb(GHashTable *response, NautilusDropboxTray *ndt) {
565
is_out_of_date_cb(GHashTable *response, NautilusDropboxTray *ndt) {
566
  gchar **outofdate;
566
  gchar **outofdate;
567
567
#ifdef CHECK_UPDATE
568
  if (response == NULL || 
568
  if (response == NULL || 
569
      ((outofdate = g_hash_table_lookup(response, "outofdate")) != NULL &&
569
      ((outofdate = g_hash_table_lookup(response, "outofdate")) != NULL &&
570
       strcmp(outofdate[0], "true") == 0)) {
570
       strcmp(outofdate[0], "true") == 0)) {
Lines 574-579 Link Here
574
				 "the nautilus-dropbox package for your system.", NULL,
574
				 "the nautilus-dropbox package for your system.", NULL,
575
				 NULL, NULL, NULL, NULL);
575
				 NULL, NULL, NULL, NULL);
576
  }
576
  }
577
#endif
577
}
578
}
578
579
579
static void
580
static void

Return to bug 237433