Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/onlineupdate/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 469 B image not shown  

Quelle  gtk3deprecated.patch   Sprache: unbekannt

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

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]