2011-04-10 [colin] 3.7.9cvs2
[claws.git] / src / mainwindow.c
index 7ac5e0de499940f10163455767d6c3fe67121d85..6f1f3259ac0f56f9c90aadece95472357e9db65b 100644 (file)
@@ -1,6 +1,6 @@
 /*
    Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
-   Copyright (C) 1999-2009 Hiroyuki Yamamoto and the Claws Mail team
+   Copyright (C) 1999-2011 Hiroyuki Yamamoto and the Claws Mail team
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -3573,6 +3573,7 @@ void main_window_popup(MainWindow *mainwin)
        if (first_start) {
 #ifdef G_OS_UNIX
                gtk_window_deiconify(GTK_WINDOW(mainwin->window));
+               gtkut_window_popup(mainwin->window);
 #endif
                first_start = FALSE;
        } else {