public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Denis Leroy <denis@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: Patch to change preferences dialog button (#427712)
Date: Mon, 20 Jul 2026 20:36:20 GMT	[thread overview]
Message-ID: <178457978088.1.1497699798029122281.rpms-transmission-3fd406f0bf6a@fedoraproject.org> (raw)

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" );

                 reply	other threads:[~2026-07-20 20:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178457978088.1.1497699798029122281.rpms-transmission-3fd406f0bf6a@fedoraproject.org \
    --to=denis@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox