Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184869 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +1 lines)
Line  Link Here
0
-- src/streamtuner/st-category-store.c
0
++ src/streamtuner/st-category-store.c
Lines 356-362 Link Here
356
{
356
{
357
  STCategoryBag **bag = data;
357
  STCategoryBag **bag = data;
358
  STCategoryBag *this_bag;
358
  STCategoryBag *this_bag;
359
  gboolean status;
360
359
361
  gtk_tree_model_get(model, iter, ST_CATEGORY_STORE_COLUMN_BAG, &this_bag, -1);
360
  gtk_tree_model_get(model, iter, ST_CATEGORY_STORE_COLUMN_BAG, &this_bag, -1);
362
  if (! ST_CATEGORY_BAG_IS_STOCK(this_bag)
361
  if (! ST_CATEGORY_BAG_IS_STOCK(this_bag)
Lines 376-383 Link Here
376
      g_object_unref(this_bag);
375
      g_object_unref(this_bag);
377
      return FALSE;		/* continue */
376
      return FALSE;		/* continue */
378
    }
377
    }
379
380
  return status;
381
}
378
}
382
379
383
static gboolean
380
static gboolean

Return to bug 184869