id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,blockedby,blocking,estimated,haspatch,patchreview,reproducible
175,MOKO_FINGER_WINDOW has to show_all and then hide to initialize,tonyguan@…,mickey@openmoko.org,"There are cases that I don't wanna show MOKO_FINGER_WINDOW when it's 
initialized, but I have to call _show_all and then _hide to achieve such aim.
And this will cause splash-like effects. I don't think it's good.
Is there some way to avoid this?please refer the following src codes and give 
me some advise. thanks!

    window = MOKO_FINGER_WINDOW (moko_finger_window_new ());
    moko_finger_window_set_contents (window, GTK_WIDGET (vbox));
    gtk_widget_show_all (GTK_WIDGET (window));
    gtk_widget_hide (GTK_WIDGET (window));",defect,closed,high,,openmoko-libs,unspecified,normal,wontfix,,buglog@… thomas@…,,,,,,
