public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-user-share] wip/oholy/f45-update: ui smoothness fix
@ 2026-06-24 11:34 Matthias Clasen
  0 siblings, 0 replies; only message in thread
From: Matthias Clasen @ 2026-06-24 11:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : f627a6324bfb89ba0006572350cdef6762d55fb9
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date   : 2007-07-12T20:58:16+00:00
Stats  : +19/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-user-share/c/f627a6324bfb89ba0006572350cdef6762d55fb9?branch=wip/oholy/f45-update

Log:
ui smoothness fix

---
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 55a7ffe..245c4df 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,7 +1,7 @@
 Summary: Gnome user file sharing
 Name: gnome-user-share
 Version: 0.11
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: System Environment/Libraries
 URL: http://www.gnome.org
@@ -10,6 +10,8 @@ Source0: %{name}-%{version}.tar.bz2
 Patch0: gnome-user-share-0.11-invisible-char.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=455307
 Patch1: gnome-user-share-0.11-export-session-id.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=456390
+Patch2: password-edit.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires: httpd >= 2.2.0
@@ -42,6 +44,7 @@ up in the Network location in GNOME.
 %setup -q
 %patch0 -p1 -b .invisible-char
 %patch1 -p1 -b .export-session-id
+%patch2 -p1 -b .password-edit
 
 %build
 autoheader ; autoconf # for patch1
@@ -92,6 +95,9 @@ fi
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Thu Jul 12 2007 Matthias Clasen <mclasen@redhat.com> - 0.11-6
+- Disable the password entry for "never"
+
 * Thu Jul 12 2007 Owen Taylor <otaylor@redhat.com> - 0.11-5
 - Regenerate configure since patch1 changes configure.in
 

diff --git a/password-edit.patch b/password-edit.patch
new file mode 100644
index 0000000..c75428c
--- /dev/null
+++ b/password-edit.patch
@@ -0,0 +1,12 @@
+diff -up gnome-user-share-0.11/file-share-properties.c.password-edit gnome-user-share-0.11/file-share-properties.c
+--- gnome-user-share-0.11/file-share-properties.c.password-edit	2007-03-06 04:56:32.000000000 -0500
++++ gnome-user-share-0.11/file-share-properties.c	2007-07-12 16:41:05.000000000 -0400
+@@ -158,7 +158,7 @@ update_ui (void)
+     gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check),
+ 				  enabled);
+     gtk_widget_set_sensitive (password_combo, enabled);
+-    gtk_widget_set_sensitive (password_entry, enabled);
++    gtk_widget_set_sensitive (password_entry, enabled && password_setting != PASSWORD_NEVER);
+ 
+     gtk_combo_box_set_active (GTK_COMBO_BOX (password_combo),
+ 			      password_setting);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24 11:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 11:34 [rpms/gnome-user-share] wip/oholy/f45-update: ui smoothness fix Matthias Clasen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox