]> Pileus Git - ~andy/gtk/commit
gtk: Fix warnings for some uses of GtkLinkButton
authorBastien Nocera <hadess@hadess.net>
Thu, 10 May 2012 14:15:43 +0000 (15:15 +0100)
committerBastien Nocera <hadess@hadess.net>
Thu, 10 May 2012 14:22:31 +0000 (15:22 +0100)
commitc6a7a0889c34fae72953a8e74a5eca664f3bd99b
treed972a0465cae2f9d8648b27648a17020004b40ec
parentc1cfcd03a550e0b79c563a2de3c9f6fb5f9b134f
gtk: Fix warnings for some uses of GtkLinkButton

Not setting a URI but catching the activate-link signal is a
valid use of GtkLinkButton, but we shouldn't allow showing a
popup menu which offers to copy the URI if there's none.
gtk/gtklinkbutton.c