Codebase list policykit-1-gnome / ca466031-a53a-448b-8ab3-5c53b940cdf2/main
Refresh patches. Debian Janitor 3 years ago
4 changed file(s) with 26 addition(s) and 26 deletion(s). Raw diff Collapse all Expand all
88 src/polkitgnomeauthenticationdialog.c | 23 ++++++++++++++---------
99 1 file changed, 14 insertions(+), 9 deletions(-)
1010
11 diff --git a/src/polkitgnomeauthenticationdialog.c b/src/polkitgnomeauthenticationdialog.c
12 index 743cc96..d307516 100644
13 --- a/src/polkitgnomeauthenticationdialog.c
14 +++ b/src/polkitgnomeauthenticationdialog.c
15 @@ -138,7 +138,7 @@ user_combobox_changed (GtkComboBox *widget,
11 Index: policykit-1-gnome/src/polkitgnomeauthenticationdialog.c
12 ===================================================================
13 --- policykit-1-gnome.orig/src/polkitgnomeauthenticationdialog.c
14 +++ policykit-1-gnome/src/polkitgnomeauthenticationdialog.c
15 @@ -138,7 +138,7 @@ user_combobox_changed (GtkComboBox *widg
1616 static void
1717 create_user_combobox (PolkitGnomeAuthenticationDialog *dialog)
1818 {
2121 GtkComboBox *combo;
2222 GtkTreeIter iter;
2323 GtkCellRenderer *renderer;
24 @@ -162,7 +162,7 @@ create_user_combobox (PolkitGnomeAuthenticationDialog *dialog)
24 @@ -162,7 +162,7 @@ create_user_combobox (PolkitGnomeAuthent
2525
2626
2727 /* For each user */
3030 {
3131 gchar *gecos;
3232 gchar *real_name;
33 @@ -224,6 +224,14 @@ create_user_combobox (PolkitGnomeAuthenticationDialog *dialog)
33 @@ -224,6 +224,14 @@ create_user_combobox (PolkitGnomeAuthent
3434 USERNAME_COL, dialog->priv->users[n],
3535 -1);
3636
4545 g_free (real_name);
4646 g_object_unref (pixbuf);
4747 }
48 @@ -252,8 +260,8 @@ create_user_combobox (PolkitGnomeAuthenticationDialog *dialog)
48 @@ -252,8 +260,8 @@ create_user_combobox (PolkitGnomeAuthent
4949 user_combobox_set_sensitive,
5050 NULL, NULL);
5151
5656
5757 /* Listen when a new user is selected */
5858 g_signal_connect (GTK_WIDGET (combo),
59 @@ -719,16 +727,13 @@ polkit_gnome_authentication_dialog_constructed (GObject *object)
59 @@ -726,16 +734,13 @@ polkit_gnome_authentication_dialog_const
6060 gtk_widget_set_tooltip_markup (label, s);
6161 g_free (s);
6262
99 src/polkitgnomeauthenticationdialog.c | 2 ++
1010 1 file changed, 2 insertions(+)
1111
12 diff --git a/src/polkitgnomeauthenticationdialog.c b/src/polkitgnomeauthenticationdialog.c
13 index d307516..efd4185 100644
14 --- a/src/polkitgnomeauthenticationdialog.c
15 +++ b/src/polkitgnomeauthenticationdialog.c
16 @@ -574,6 +574,7 @@ polkit_gnome_authentication_dialog_constructed (GObject *object)
12 Index: policykit-1-gnome/src/polkitgnomeauthenticationdialog.c
13 ===================================================================
14 --- policykit-1-gnome.orig/src/polkitgnomeauthenticationdialog.c
15 +++ policykit-1-gnome/src/polkitgnomeauthenticationdialog.c
16 @@ -575,6 +575,7 @@ polkit_gnome_authentication_dialog_const
1717 g_free (s);
1818 gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
1919 gtk_label_set_line_wrap (GTK_LABEL (label), TRUE);
2121 gtk_box_pack_start (GTK_BOX (main_vbox), label, FALSE, FALSE, 0);
2222
2323 /* secondary message */
24 @@ -601,6 +602,7 @@ polkit_gnome_authentication_dialog_constructed (GObject *object)
24 @@ -602,6 +603,7 @@ polkit_gnome_authentication_dialog_const
2525 }
2626 gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
2727 gtk_label_set_line_wrap (GTK_LABEL (label), TRUE);
77 src/polkitgnomeauthenticationdialog.c | 107 ++++++++++++++++++++++++++++++----
88 1 file changed, 97 insertions(+), 10 deletions(-)
99
10 diff --git a/src/polkitgnomeauthenticationdialog.c b/src/polkitgnomeauthenticationdialog.c
11 index efd4185..565da87 100644
12 --- a/src/polkitgnomeauthenticationdialog.c
13 +++ b/src/polkitgnomeauthenticationdialog.c
14 @@ -135,6 +135,102 @@ user_combobox_changed (GtkComboBox *widget,
10 Index: policykit-1-gnome/src/polkitgnomeauthenticationdialog.c
11 ===================================================================
12 --- policykit-1-gnome.orig/src/polkitgnomeauthenticationdialog.c
13 +++ policykit-1-gnome/src/polkitgnomeauthenticationdialog.c
14 @@ -135,6 +135,102 @@ user_combobox_changed (GtkComboBox *widg
1515 }
1616 }
1717
114114 static void
115115 create_user_combobox (PolkitGnomeAuthenticationDialog *dialog)
116116 {
117 @@ -197,16 +293,7 @@ create_user_combobox (PolkitGnomeAuthenticationDialog *dialog)
117 @@ -197,16 +293,7 @@ create_user_combobox (PolkitGnomeAuthent
118118 g_free (gecos);
119119
120120 /* Load users face */
1010 src/polkitgnomeauthenticator.c | 4 +++-
1111 1 file changed, 3 insertions(+), 1 deletion(-)
1212
13 diff --git a/src/polkitgnomeauthenticator.c b/src/polkitgnomeauthenticator.c
14 index 23163b4..e57d76e 100644
15 --- a/src/polkitgnomeauthenticator.c
16 +++ b/src/polkitgnomeauthenticator.c
13 Index: policykit-1-gnome/src/polkitgnomeauthenticator.c
14 ===================================================================
15 --- policykit-1-gnome.orig/src/polkitgnomeauthenticator.c
16 +++ policykit-1-gnome/src/polkitgnomeauthenticator.c
1717 @@ -26,6 +26,7 @@
1818 #include <sys/types.h>
1919 #include <pwd.h>
2222
2323 #include <polkit/polkit.h>
2424 #include <polkitagent/polkitagent.h>
25 @@ -306,7 +307,8 @@ session_request (PolkitAgentSession *session,
25 @@ -306,7 +307,8 @@ session_request (PolkitAgentSession *ses
2626 }
2727
2828 gtk_widget_show_all (GTK_WIDGET (authenticator->dialog));