Sha256: d3eedaf9da1072c9556004fa41c59e5052e315b6d66f1f9af33105f3978c7ad9

Contents?: true

Size: 604 Bytes

Versions: 2

Compression:

Stored size: 604 Bytes

Contents

# this code is to call the help window
def runhelpwindowrwdmp3

     $help_topic = "rwdmpd_generalhelp"
   if @rwd_tab == "rwdmpd2"
     $help_topic = "rwdmpd_help"
   end
   if @rwd_tab == "rwdmpd3"
	   $help_topic = "mpdcommand_help"
   end 
  if  @rwd_tab == "superantcomeditplaylistfile"
	   $help_topic = "mpdplaylist_help"
  end
   $helptopicsarray =  $helptopicsarray | ["rwdmpd_generalhelp","rwdmpd_help","mpdplaylist_help"]
  
   
  
 if @rwd_window != "rwdtinkerhelpwindow"
       $previouswindow = @rwd_window
      $previoustab = @rwd_tab
  end
  runhelpwindow
end


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rwdmpd-0.07 code/superant.com.rwdmp3/openhelpwindowrwdmp3.rb
rwdmpd-0.06 code/superant.com.rwdmp3/openhelpwindowrwdmp3.rb