[gnome-commander] Partially revert commit de8b0c26cc829736c2b8f233a9458a9c01bd753e (Drop usage of GNOME authentication
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Partially revert commit de8b0c26cc829736c2b8f233a9458a9c01bd753e (Drop usage of GNOME authentication
- Date: Mon, 12 Sep 2011 17:33:25 +0000 (UTC)
commit b4cfb424d7ecb81150aa01579a471c9d1fc6885a
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Mon Sep 12 19:32:56 2011 +0200
Partially revert commit de8b0c26cc829736c2b8f233a9458a9c01bd753e (Drop usage of GNOME authentication manager for password handling)
src/main.cc | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/main.cc b/src/main.cc
index b69d690..23dc538 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -18,6 +18,11 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+extern "C"
+{
+ void gnome_authentication_manager_init ();
+}
+
#include <config.h>
#include <locale.h>
#include <unique/unique.h>
@@ -150,6 +155,8 @@ int main (int argc, char *argv[])
ls_colors_init ();
gnome_cmd_data.load_more();
+ gnome_authentication_manager_init ();
+
gnome_cmd_style_create ();
main_win = new GnomeCmdMainWin;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]