public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/scilab/files: scilab-4.1.2-gcc45-2.patch
@ 2011-09-19 15:30 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-09-19 15:30 UTC (permalink / raw
  To: gentoo-commits

jlec        11/09/19 15:30:18

  Added:                scilab-4.1.2-gcc45-2.patch
  Log:
  Fix for seqf on zterm, thanks Maciej Szmigiero for the patch , #301625
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-mathematics/scilab/files/scilab-4.1.2-gcc45-2.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/files/scilab-4.1.2-gcc45-2.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/scilab/files/scilab-4.1.2-gcc45-2.patch?rev=1.1&content-type=text/plain

Index: scilab-4.1.2-gcc45-2.patch
===================================================================
--- routines/gzvt2/vte.c.old	2011-06-05 01:08:52.000000000 +0200
+++ routines/gzvt2/vte.c	2011-06-05 01:09:11.612332604 +0200
@@ -80,7 +80,8 @@
   geometry.min_width = xpad + terminal->char_width * 2;
   geometry.min_height = ypad + terminal->char_height * 2;
 
-  gtk_window_set_geometry_hints(window, widget, &geometry,
+  if (gtk_widget_get_realized(widget))
+    gtk_window_set_geometry_hints(window, widget, &geometry,
 				GDK_HINT_RESIZE_INC |
 				GDK_HINT_BASE_SIZE |
 				GDK_HINT_MIN_SIZE);






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-19 15:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-19 15:30 [gentoo-commits] gentoo-x86 commit in sci-mathematics/scilab/files: scilab-4.1.2-gcc45-2.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox