mate-desktop / mate-terminal

The MATE Terminal Emulator
http://www.mate-desktop.org
GNU General Public License v3.0
133 stars 73 forks source link

Surpress gtk action build warnings #302

Closed raveit65 closed 5 years ago

raveit65 commented 5 years ago

They can't be replaced in Gtk-3 without removing icons from menu. Please review.

raveit65 commented 5 years ago

I hope i made it right at this point in code https://github.com/mate-desktop/mate-terminal/pull/302/commits/5f2a200aef8f51096ddfe4883e220a4d62fd81ee#diff-428488447e0566e404dff2af333e083dR3940 Rest is simple.

sc0w commented 5 years ago

@raveit65 can I add one more commit to show the warnings in debian travis logs ?

raveit65 commented 5 years ago

@sc0w Sure, i forgot this, sorry.

raveit65 commented 5 years ago

OK, PR is updated and i don't get a warning with using gboolean toggle_action_check; Please finish review.