Code review comment for lp://staging/~gustavoxdgame1/writer/make-BugFix

Revision history for this message
Anthony Huben (harp37) wrote :

It finally works! Yes! We can all sleep at night! Haha.

There are three warnings that need fixing before we are perfect, and this has to do with using "Gtk.Stock":

/home/tony/projects/make-BugFix/src/Utils/FileChooser.vala:36.28-36.36: warning: Gtk.Stock has been deprecated since 3.10
/home/tony/projects/make-BugFix/src/Utils/FileChooser.vala:38.32-38.40: warning: Gtk.Stock has been deprecated since 3.10
/home/tony/projects/make-BugFix/src/Utils/FileChooser.vala:40.32-40.40: warning: Gtk.Stock has been deprecated since 3.10

Please fix these, and add these to this branch.

« Back to merge proposal