X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodest-widget-memory.c;h=2a05e83cfa7c480a1f2b805336cbe0f81327564c;hb=5e4e751a3eaf111a9edbdb105c7078e2fc7122de;hp=945ca2c0e3c8f31a3598b227bc6e7c2091f8c48f;hpb=ca6a8cf97508f9875e0676901cdb06417f3e9b4e;p=modest 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)) {