<div class="gmail_quote">On Thu, Oct 22, 2009 at 5:11 PM, Claudio Saavedra <span dir="ltr">&lt;<a href="mailto:csaavedra@igalia.com">csaavedra@igalia.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
El jue, 22-10-2009 a las 16:57 +0200, Luca Donaggio escribió:<br>
<div class="im">&gt;<br>
&gt; I&#39;m resuming an old thread, sorry!<br>
&gt;<br>
&gt; If I call hildon_gtk_window_take_screenshot() within the callback<br>
&gt; function for the delete-event of the main app, just before<br>
&gt; gtk_main_quit(), it seems that something has already happened to the<br>
&gt; main window: it complains that it is not a GtkWindow (which usually<br>
&gt; is, as HildonWindow derives from it), but a GdkWindow, and, of course,<br>
&gt; no screenshot were taken.<br>
<br>
</div>Are you sure you are passing the right window to the function?<br>
event-&gt;window is not the one (just in case).<br>
<font color="#888888"><br>
Claudio<br>
</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</div></div></blockquote></div><br>Thanks for the tip Claudio, but no, I&#39;m using a reference to the main app window (a HildonWindow), and I&#39;m using g_signal_connect() which should call my callback function before the default signal handlers.<br>
<br>Luca Donaggio<br>