1
0
Fork 0
libreoffice/external/onlineupdate/gtk3deprecated.patch
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

11 lines
469 B
Diff

--- onlineupdate/source/update/updater/progressui_gtk.cpp
+++ onlineupdate/source/update/updater/progressui_gtk.cpp
@@ -94,7 +94,7 @@
gtk_window_set_icon(GTK_WINDOW(sWin), sPixbuf);
g_object_unref(sPixbuf);
- GtkWidget* vbox = gtk_vbox_new(TRUE, 6);
+ GtkWidget* vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 6);
sLabel = gtk_label_new(sStrings.info.get());
gtk_misc_set_alignment(GTK_MISC(sLabel), 0.0f, 0.0f);
sProgressBar = gtk_progress_bar_new();