summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-10-28 21:17:21 +0100
committerinfirit <[email protected]>2013-12-17 15:26:08 +0100
commit2f6b4dafcd3b9d688e1778f52848cd141ba895c6 (patch)
tree38587c67035ffc613b5b5542013b03f596225ce1
parent3c70ef1dd16575e82dc1c6b4447104355a434784 (diff)
downloadengrampa-2f6b4dafcd3b9d688e1778f52848cd141ba895c6.tar.bz2
engrampa-2f6b4dafcd3b9d688e1778f52848cd141ba895c6.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 */
}