]> git.0d.be Git - empathy.git/commit
Check if apply button has a top level window before calling gtk_widget_grab_default()
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 1 Dec 2010 13:03:31 +0000 (14:03 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 1 Dec 2010 13:03:31 +0000 (14:03 +0100)
commit228251c3b10a22dedd3f3928561f08bbcae040a1
treebb04c3105195735b6d8b3a35dbfcec912365e8d8
parent1f5ddc41bf768c11138edc049f1f70192cbd82a1
Check if apply button has a top level window before calling gtk_widget_grab_default()

IRC widgets don't have any mandatory argument, so the account is valid before
the widget has been packed into the accounts dialog. gtk_widget_grab_default()
 can't be called on a widget not having a top level window. (#636203)
libempathy-gtk/empathy-account-widget.c