[gthumb: 1/2] Fix #213
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 1/2] Fix #213
- Date: Sun, 20 Mar 2022 09:26:15 +0000 (UTC)
commit cbfd4924dfbab48017a170e748e1b601938e9c79
Author: Bruno Vasselle <bruno vasselle laposte net>
Date: Sun Feb 6 12:06:21 2022 +0100
Fix #213
gthumb/gth-window.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/gthumb/gth-window.c b/gthumb/gth-window.c
index 605f3f9d..b64c37af 100644
--- a/gthumb/gth-window.c
+++ b/gthumb/gth-window.c
@@ -684,12 +684,11 @@ gth_window_set_title (GthWindow *window,
const char *title,
GList *emblems)
{
+ gtk_window_set_title (GTK_WINDOW (window), title);
if (window->priv->use_header_bar) {
gth_window_title_set_title (GTH_WINDOW_TITLE (window->priv->title), title);
gth_window_title_set_emblems (GTH_WINDOW_TITLE (window->priv->title), emblems);
}
- else
- gtk_window_set_title (GTK_WINDOW (window), title);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]