Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37820002
en ru br
ALT Linux repos
S:45.0-alt1
5.0: 2.26.0-alt1
4.1: 2.22.2.1-alt1.M41.1
4.0: 2.16.3-alt2
3.0: 2.10.2-alt1

Group :: Graphical desktop/GNOME
RPM: gnome-control-center

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gnome-control-center-2.28.0-passwd.patch
Download


diff --git a/capplets/about-me/gnome-about-me.c b/capplets/about-me/gnome-about-me.c
index 8119c3c..b7fe5d8 100644
--- a/capplets/about-me/gnome-about-me.c
+++ b/capplets/about-me/gnome-about-me.c
@@ -40,7 +40,6 @@
 #endif
 
 #include "e-image-chooser.h"
-#include "gnome-about-me-password.h"
 #include "gnome-about-me-fingerprint.h"
 #include "marshal.h"
 
@@ -861,10 +860,7 @@ about_me_button_clicked_cb (GtkDialog *dialog, gint response_id, GnomeAboutMe *m
 static void
 about_me_passwd_clicked_cb (GtkWidget *button, GnomeAboutMe *me)
 {
-	GtkBuilder *dialog;
-
-	dialog = me->dialog;
-	gnome_about_me_password (GTK_WINDOW (WID ("about-me-dialog")));
+	g_spawn_command_line_async ("/usr/bin/userpasswd", NULL);
 }
 
 static void
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin