mirror of
git://slackware.nl/current.git
synced 2025-01-14 08:01:11 +01:00
9ab945c854
a/etc-15.1-x86_64-7.txz: Rebuilt. Don't leave {group,gshadow,passwd,shadow}.new laying around. We'd left these as a reference in case new default entries were added so that the admin could take a look at them and merge the new entries into the existing files. But we've been merging them over automatically for quite some time. The files contain no unique information and are sort of a footbullet. ap/qpdf-11.9.0-x86_64-1.txz: Upgraded. ap/vim-9.1.0136-x86_64-1.txz: Upgraded. n/whois-5.5.21-x86_64-1.txz: Upgraded. Updated the .cv and .sd TLD servers. Removed 4 new gTLDs which are no longer active. xap/vim-gvim-9.1.0136-x86_64-1.txz: Upgraded. xfce/xfce4-terminal-1.1.2-x86_64-2.txz: Rebuilt. [PATCH] screen: Fix wrong assert. Thanks to J_W. [PATCH] prefs-dialog: Fix wrong assert. Thanks to mario.
29 lines
995 B
Diff
29 lines
995 B
Diff
From 71ecd2a721b059394edcfb316a20ac9d46a7b2cd Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org>
|
|
Date: Wed, 7 Feb 2024 16:10:05 +0100
|
|
Subject: [PATCH] prefs-dialog: Fix wrong assert
|
|
|
|
Related: #299
|
|
Fixes: de3e7aac72fdcd3e62d69f37ec2570e5d668950a
|
|
Closes: #300
|
|
---
|
|
terminal/terminal-preferences-dialog.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/terminal/terminal-preferences-dialog.c b/terminal/terminal-preferences-dialog.c
|
|
index 86950b45..a1671400 100644
|
|
--- a/terminal/terminal-preferences-dialog.c
|
|
+++ b/terminal/terminal-preferences-dialog.c
|
|
@@ -1893,7 +1893,7 @@ terminal_preferences_dialog_presets_changed (TerminalPreferencesDialog *dialog,
|
|
GValue src = { 0, };
|
|
GValue dst = { 0, };
|
|
|
|
- g_return_if_fail (TERMINAL_IS_PREFERENCES_DIALOG (widget));
|
|
+ g_return_if_fail (TERMINAL_IS_PREFERENCES_DIALOG (dialog));
|
|
g_return_if_fail (GTK_IS_COMBO_BOX (widget));
|
|
|
|
combobox = GTK_COMBO_BOX (widget);
|
|
--
|
|
GitLab
|
|
|
|
|