]> Pileus Git - ~andy/gtk/commit
Fix g_signal_emit calls
authorAlexander Larsson <alexl@redhat.com>
Thu, 25 Jun 2009 14:57:13 +0000 (16:57 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 25 Jun 2009 15:04:18 +0000 (17:04 +0200)
commit794f2815de159c27e97d86d70f834636565a5b89
tree25c472420fe0b062eee42e5ab8a59ef11b49d238
parentcf1c6bc2ed9a2d4471102d41877938573ba2da3e
Fix g_signal_emit calls

The switch to g_signal_emit was all messed up, I forgot to add signals[]
around the signal enum and did not pass in the detail quark.
gdk/gdkwindow.c