From: Simon Tatham Date: Wed, 11 Jun 2008 18:03:35 +0000 (+0000) Subject: Work around a bug in early versions of GTK (which I'm still forced X-Git-Tag: 0.61~244 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=189c9a2a08198ce11bfae1f8630b3792012dedcf;hp=189c9a2a08198ce11bfae1f8630b3792012dedcf;p=PuTTY.git Work around a bug in early versions of GTK (which I'm still forced to use, gah) in which the "model" argument to gtk_tree_selection_get_selected_rows() couldn't be NULL. [originally from svn r8069] ---