268ea6f294
- Fix some compiler warnings but they are not fatal to gcc 4.x PR: ports/118004 (based on) Submitted by: Pietro Cerutti <gahr at gahr.ch> Approved by: portmgr (pav)
10 lines
320 B
C
10 lines
320 B
C
--- gtkyahoo.c.orig 2007-11-12 15:21:19.000000000 +0100
|
|
+++ gtkyahoo.c 2007-11-12 15:21:22.000000000 +0100
|
|
@@ -1456,6 +1456,7 @@
|
|
int setgeom = 0;
|
|
int curarg = 1;
|
|
GtkAllocation initial_geometry;
|
|
+ initial_geometry.x = initial_geometry.y = initial_geometry.width = initial_geometry.height = 0;
|
|
|
|
DBG_Open(NULL);
|
|
|