~ubuntu-branches/ubuntu/natty/gnome-utils/natty

« back to all changes in this revision

Viewing changes to logview/logview-prefs.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-10-15 16:52:21 UTC
  • mfrom: (1.1.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20101015165221-pkcuwy7ae4ueffjt
Tags: 2.32.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
static void
341
341
logview_prefs_init (LogviewPrefs *self)
342
342
{
343
 
  gboolean stored_logs;
344
343
  LogviewPrefsPrivate *priv;
345
344
 
346
345
  priv = self->priv = GET_PRIVATE (self);
440
439
logview_prefs_get_stored_logfiles (LogviewPrefs *prefs)
441
440
{
442
441
  GSList *retval;
443
 
  GError *err = NULL;
444
442
 
445
443
  g_assert (LOGVIEW_IS_PREFS (prefs));
446
444