public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Patch to change preferences dialog button (#427712)
@ 2026-07-20 20:36 Denis Leroy
  0 siblings, 0 replies; only message in thread
From: Denis Leroy @ 2026-07-20 20:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/transmission
Branch : epel10
Commit : 3fd406f0bf6adca3579655f309d0ccb42ca6953c
Author : Denis Leroy <denis@fedoraproject.org>
Date   : 2008-01-07T11:05:58+00:00
Stats  : +13/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/transmission/c/3fd406f0bf6adca3579655f309d0ccb42ca6953c?branch=epel10

Log:
Patch to change preferences dialog button (#427712)

---
diff --git a/transmission-1.00-prefsbutton.patch b/transmission-1.00-prefsbutton.patch
new file mode 100644
index 0000000..3d77007
--- /dev/null
+++ b/transmission-1.00-prefsbutton.patch
@@ -0,0 +1,13 @@
+Index: gtk/tr_prefs.c
+===================================================================
+--- transmission-1.00/gtk/tr_prefs.c	(revision 4536)
++++ transmission-1.00/gtk/tr_prefs.c	(working copy)
+@@ -259,7 +259,7 @@
+ 
+     d = gtk_dialog_new_with_buttons( _("Preferences"), parent,
+                                      GTK_DIALOG_DESTROY_WITH_PARENT,
+-                                     GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
++                                     GTK_STOCK_CLOSE, GTK_RESPONSE_ACCEPT,
+                                      NULL );
+ 
+     gtk_window_set_role( GTK_WINDOW(d), "transmission-preferences-dialog" );

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

only message in thread, other threads:[~2026-07-20 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:36 [rpms/transmission] epel10: Patch to change preferences dialog button (#427712) Denis Leroy

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