Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039429
en ru br
ALT Linux repos
S:1.5.4-alt1

Group :: Terminals
RPM: tilda

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: tilda-0.9.6-gdk_resources.patch
Download


--- src/tilda_window.c	2008-01-17 23:07:39.000000000 +0100
+++ src/tilda_window.c	2010-03-19 22:30:31.000000000 +0100
@@ -427,6 +427,9 @@
     gtk_window_move (GTK_WINDOW(tw->window), config_getint ("x_pos"), config_getint ("y_pos"));
     gtk_window_set_default_size (GTK_WINDOW(tw->window), config_getint ("max_width"), config_getint ("max_height"));
     gtk_window_resize (GTK_WINDOW(tw->window), config_getint ("max_width"), config_getint ("max_height"));
+    /* Create GDK resources now, to prevent crashes later on */
+    gtk_widget_realize (tw->window);
+
     generate_animation_positions (tw);
 
     return tw;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin