[gnome-commander/gcmd-1-10] Remove reference to external libgnomui's gnome-authentication-manager
- From: Uwe Scholz <uwescholz src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-commander/gcmd-1-10] Remove reference to external libgnomui's gnome-authentication-manager
 
- Date: Tue, 16 Jun 2020 06:02:50 +0000 (UTC)
 
commit deba17964898fc20bdf222934164773b6e3ce724
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]