GNOME Bugzilla – Bug 707056
Use new close button in GtkHeaderBar
Last modified: 2013-08-29 23:29:52 UTC
Created attachment 253515 [details] [review] mainToolbar: Use new close button in GtkHeaderBar See patch.
Comment on attachment 253515 [details] [review] mainToolbar: Use new close button in GtkHeaderBar The patch is good, you can commit >- g_signal_connect (priv->close,"clicked", >- G_CALLBACK(on_close_clicked), self); >-} >- >- another patch can remove the "on_close_clicked" callback
Review of attachment 253515 [details] [review]: pushed as cbe17030a1f547adcf2c65af03b8e81d7da964fe - mainToolbar: Use new close button in GtkHeaderBar
(In reply to comment #1) > (From update of attachment 253515 [details] [review]) > The patch is good, you can commit > > > >- g_signal_connect (priv->close,"clicked", > >- G_CALLBACK(on_close_clicked), self); > >-} > >- > >- > > another patch can remove the "on_close_clicked" callback This in cbe17030a1f547adcf2c65af03b8e81d7da964fe.