summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-10-28 21:17:21 +0100
committerraveit65 <[email protected]>2013-10-28 21:17:21 +0100
commitd2e86889e0386a0dda2f4f8bbffd464bd3778ee7 (patch)
treef9502aac19e87048bf2093dc5989cc1a2b0da9a5
parent5ef1b4801e7365b4cbf53c6ee829259dde32b5ee (diff)
downloadengrampa-d2e86889e0386a0dda2f4f8bbffd464bd3778ee7.tar.bz2
engrampa-d2e86889e0386a0dda2f4f8bbffd464bd3778ee7.tar.xz
engrampa does not build without packagekit
https://bugzilla.gnome.org/show_bug.cgi?id=634356
-rw-r--r--src/dlg-package-installer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlg-package-installer.c b/src/dlg-package-installer.c
index 4eabd02..466aa5f 100644
--- a/src/dlg-package-installer.c
+++ b/src/dlg-package-installer.c
@@ -301,7 +301,7 @@ dlg_package_installer (FrWindow *window,
#else /* ! ENABLE_PACKAGEKIT */
- package_installer_terminated (idata, _("Archive type not supported."));
+ package_installer_terminated (idata, FR_PROC_ERROR_GENERIC, _("Archive type not supported."));
#endif /* ENABLE_PACKAGEKIT */
}