~elementary-pantheon/granite/granite

« back to all changes in this revision

Viewing changes to demo/GraniteDemo.vala

  • Committer: Tarmac
  • Author(s): Santiago Ocamica
  • Date: 2013-09-13 10:40:42 UTC
  • mfrom: (629.1.1 granite)
  • Revision ID: tarmac-20130913104042-1sviw8pte6q47g2f
DynamicNotebook: Fixed bug #1172849 which makes the New Tab button's tooltip costumizable by the app developer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
        dynamic_notebook.allow_restoring = true;
386
386
        dynamic_notebook.allow_pinning = true;
387
387
        dynamic_notebook.show_icons = true;
 
388
        dynamic_notebook.add_button_tooltip = "New user tab";
388
389
 
389
390
        var tab = new Granite.Widgets.Tab ("user1@elementaryos: ~",
390
391
                                           new ThemedIcon ("empty"),