From 5e4e751a3eaf111a9edbdb105c7078e2fc7122de Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Tue, 24 Apr 2007 19:07:49 +0000 Subject: [PATCH] * Added an #ifdef that makes dnd work properly in Modest pmo-trunk-r1659 --- src/modest-widget-memory.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/modest-widget-memory.c b/src/modest-widget-memory.c index 945ca2c..2a05e83 100644 --- a/src/modest-widget-memory.c +++ b/src/modest-widget-memory.c @@ -188,8 +188,14 @@ restore_settings_window (ModestConf *conf, GtkWindow *win, const gchar *name) g_free (key); + /* Added this ugly ifdef, because in Maemo the + gtk_window_set_default_size() makes "drag-motion" signal + report bad coordinates, so drag-and-drop do not work + properly */ +#ifdef MODEST_PLATFORM_GNOME if (height && width) gtk_window_set_default_size (win, width, height); +#endif /* Restore also the main window style */ if (MODEST_IS_MAIN_WINDOW (win)) { -- 1.7.9.5