[gnome-commander] Remove reference to external libgnomui's gnome-authentication-manager



commit db9e435580646e593a67a759f05988e0dedc8ea6
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Mon Jun 15 23:12:27 2020 +0200

    Remove reference to external libgnomui's gnome-authentication-manager

 src/main.cc | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/src/main.cc b/src/main.cc
index 99c392ce..fac7922a 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -19,11 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
-extern "C"
-{
-    void gnome_authentication_manager_init ();
-}
-
 #include <config.h>
 #include <glib/gi18n.h>
 #include <locale.h>
@@ -177,7 +172,9 @@ int main (int argc, char *argv[])
         gcmd_user_actions.set_defaults();
         ls_colors_init ();
 
-        gnome_authentication_manager_init ();
+        // This had to be commented out as it is part of the deprecated libgnomeui.
+        // To finally migrate away from it when switching over to GIO, see 
https://wiki.gnome.org/Attic/LibgnomeMustDie
+        //gnome_authentication_manager_init ();
 
         gnome_cmd_style_create (gnome_cmd_data.options);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]