e6b03c6389
ghfaxviewer is the fax viewer. PR: 30470 Submitted by: Dominik Brettnacher <domi@saargate.de>
11 lines
310 B
Text
11 lines
310 B
Text
--- src/setup.c.orig Fri Apr 27 22:11:15 2001
|
|
+++ src/setup.c Mon Sep 10 00:08:31 2001
|
|
@@ -143,7 +143,7 @@
|
|
|
|
gerror = NULL;
|
|
|
|
- gdk_window_get_root_origin (window, &x, &y);
|
|
+ gdk_window_get_position (window, &x, &y);
|
|
gdk_window_get_size (window, &width, &height);
|
|
|
|
gconf_client_set_int (gc_client,
|