Add some custom action buttons to the sidebar
So far they're inactive, and do not do anything. Change the icon for the current directory to stand out.
This commit is contained in:
		@@ -36,8 +36,15 @@ configure_file(
 | 
			
		||||
	configuration : conf,
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
gnome = import('gnome')
 | 
			
		||||
resources = gnome.compile_resources('resources',
 | 
			
		||||
	'resources/resources.gresource.xml',
 | 
			
		||||
	source_dir : 'resources',
 | 
			
		||||
	c_name : 'resources',
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
exe = executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c',
 | 
			
		||||
	'fastiv-browser.c', 'fastiv-sidebar.c', 'xdg.c',
 | 
			
		||||
	'fastiv-browser.c', 'fastiv-sidebar.c', 'xdg.c', resources,
 | 
			
		||||
	install : true,
 | 
			
		||||
	dependencies : [dependencies])
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user