fixed the fix

This commit is contained in:
Sven Neumann 2004-05-06 14:32:43 +00:00
parent eb79e15ea6
commit 480d8664a9
2 changed files with 4 additions and 4 deletions

View file

@ -316,8 +316,8 @@ about_dialog_center (GtkWindow *window)
gtk_window_set_screen (window, screen);
gtk_window_move (window,
(rect.width - about_info.pixmaparea.width) / 2,
(rect.height - about_info.pixmaparea.height) / 2);
rect.x + (rect.width - about_info.pixmaparea.width) / 2,
rect.y + (rect.height - about_info.pixmaparea.height) / 2);
}
static gboolean

View file

@ -316,8 +316,8 @@ about_dialog_center (GtkWindow *window)
gtk_window_set_screen (window, screen);
gtk_window_move (window,
(rect.width - about_info.pixmaparea.width) / 2,
(rect.height - about_info.pixmaparea.height) / 2);
rect.x + (rect.width - about_info.pixmaparea.width) / 2,
rect.y + (rect.height - about_info.pixmaparea.height) / 2);
}
static gboolean