~ubuntu-branches/ubuntu/saucy/deja-dup/saucy

« back to all changes in this revision

Viewing changes to preferences/PreferencesPanel.c

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-06-05 13:45:39 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20120605134539-l35tewhkjfq4qp6e
Tags: 23.2-0ubuntu1
* New upstream release
* debian/control:
  - Add libpeas-dev to Build-Depends
  - Update valac and libglib2.0-dev versions
  - Bump debhelper version to 9
* debian/compat:
  - Bump to 9
* debian/rules:
  - Don't install new .la and .a files from upstream
* debian/patches/allow-resuming-encrypted-backup.patch:
  - Dropped, included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
void
75
75
g_io_module_load (GIOModule *module)
76
76
{
77
 
  if (!deja_dup_meet_requirements(NULL, NULL))
78
 
    return;
79
 
 
80
77
  bindtextdomain (GETTEXT_PACKAGE, LOCALE_DIR);
81
78
  bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
82
79