[gnome-software/wip/gs-dbus-helper-use-non-NULL-values-for-actions] gs-removal-dialog: Correct property name in the .ui file
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/gs-dbus-helper-use-non-NULL-values-for-actions] gs-removal-dialog: Correct property name in the .ui file
- Date: Mon, 12 Sep 2022 06:53:05 +0000 (UTC)
commit ca513f3ff1d9f6bd6ab6a632d65dea106adee522
Author: Milan Crha <mcrha redhat com>
Date: Mon Sep 12 08:51:24 2022 +0200
gs-removal-dialog: Correct property name in the .ui file
It's a 'title', not 'text', which the GtkDialog has used for the window
title. This typo prevents showing content of the window.
Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1898
src/gs-removal-dialog.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-removal-dialog.ui b/src/gs-removal-dialog.ui
index 298900eb2..0cff1321a 100644
--- a/src/gs-removal-dialog.ui
+++ b/src/gs-removal-dialog.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GsRemovalDialog" parent="GtkDialog">
- <property name="text" translatable="yes">Incompatible Software</property>
+ <property name="title" translatable="yes">Incompatible Software</property>
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>
<child internal-child="headerbar">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]