~gotwig/gazette/global-service-states

« back to all changes in this revision

Viewing changes to plugins/Files/Files.vala

  • Committer: Santiago Ocamica
  • Date: 2013-05-12 22:48:36 UTC
  • Revision ID: santi6982@gmail.com-20130512224836-6phjsq5c56w8ypcj
Separated the plug from gazette code. Made the welcome message optional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
public class Files : Gazette.Plugin
 
2
public class Files : Gazette.Plugin.Base
3
3
{
4
4
        List<Gtk.RecentInfo> last_files;
5
5
    Settings settings;