diff options
author | raveit65 <[email protected]> | 2013-10-28 21:17:21 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-17 15:26:08 +0100 |
commit | 2f6b4dafcd3b9d688e1778f52848cd141ba895c6 (patch) | |
tree | 38587c67035ffc613b5b5542013b03f596225ce1 /src | |
parent | 3c70ef1dd16575e82dc1c6b4447104355a434784 (diff) | |
download | engrampa-2f6b4dafcd3b9d688e1778f52848cd141ba895c6.tar.bz2 engrampa-2f6b4dafcd3b9d688e1778f52848cd141ba895c6.tar.xz |
engrampa does not build without packagekit
https://bugzilla.gnome.org/show_bug.cgi?id=634356
Diffstat (limited to 'src')
-rw-r--r-- | src/dlg-package-installer.c | 2 |
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 */ } |