]> git.tdb.fi Git - ext/subsurface.git/commit
Use 'gtk_dialog_get_content_area()' instead of accessing dialog directly
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Sep 2011 22:26:37 +0000 (15:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Sep 2011 22:26:37 +0000 (15:26 -0700)
commitf12684dcd7f40651c2480be758c9d3b34ef19a6e
treef9f2f684df8099bbd8577ead599dbea9c36338a2
parentbd0f2747717d55a8c6d21cb37cb746d71cb42fea
Use 'gtk_dialog_get_content_area()' instead of accessing dialog directly

I'm reading gtk docs, and trying to clean things up a bit.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
gtk-gui.c