~ubuntu-branches/ubuntu/vivid/birdfont/vivid

« back to all changes in this revision

Viewing changes to libbirdfont/ExportTool.vala

  • Committer: Package Import Robot
  • Author(s): Hideki Yamane
  • Date: 2014-04-15 20:35:28 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20140415203528-evwq2mnksme9fv0t
Tags: upstream-0.37
ImportĀ upstreamĀ versionĀ 0.37

Show diffs side-by-side

added added

removed removed

Lines of Context:
639
639
        }
640
640
        
641
641
        private static void status (string s) {
642
 
                TooltipArea status = MainWindow.get_tool_tip ();
 
642
                TooltipArea status = MainWindow.get_tooltip ();
643
643
                
644
644
                if (is_null (status)) {
645
645
                        return;
646
646
                }
647
647
                
648
 
                status.show_text (s);
 
648
                TooltipArea.show_text (s);
649
649
        }
650
650
}
651
651