GNOME Bugzilla – Bug 631794
Warn when calling gtk_window_parse_geometry() on an empty window
Last modified: 2010-10-11 18:17:03 UTC
gtk_window_parse_geometry() gets the size of the window in order to interpret the position of the window; calling it before, say, calling gtk_widget_show_all() on a window is a subtle trap, so add a warning in the case we can easily detect.
Created attachment 172031 [details] [review] Warn when calling gtk_window_parse_geometry() on an empty window
Review of attachment 172031 [details] [review]: Good idea.
Attachment 172031 [details] pushed as 519d758 - Warn when calling gtk_window_parse_geometry() on an empty window