Changeset 11369
- Timestamp:
- 05/11/08 00:56:26 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/tiarra/trunk/module/Auto/FetchTitle/Plugin.pm
r10891 r11369 27 27 $this->{hook} = undef; 28 28 $this; 29 } 30 31 # ----------------------------------------------------------------------------- 32 # $pkg->config(). 33 # (util) 34 # 35 sub config 36 { 37 shift->{config} 38 } 39 40 # ----------------------------------------------------------------------------- 41 # $pkg->notice($msg). 42 # (util) 43 # 44 sub notice 45 { 46 my $this = shift; 47 my $msg = shift; 48 defined($msg) or $msg = ''; 49 RunLoop->shared_loop->notify_msg($msg); 29 50 } 30 51
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)