cleanup
This commit is contained in:
		
							parent
							
								
									b938d4fbce
								
							
						
					
					
						commit
						f075a89078
					
				| @ -446,9 +446,7 @@ int main(int argc, char **argv) { | |||||||
|     gboolean dynamic_title = FALSE, urgent_on_bell = FALSE, clickable_url = FALSE; |     gboolean dynamic_title = FALSE, urgent_on_bell = FALSE, clickable_url = FALSE; | ||||||
| 
 | 
 | ||||||
|     GOptionContext *context = g_option_context_new(NULL); |     GOptionContext *context = g_option_context_new(NULL); | ||||||
|     gchar *role = NULL; |     char *role = NULL, *geometry = NULL, *execute = NULL; | ||||||
|     char *geometry = NULL; |  | ||||||
|     char *execute = NULL; |  | ||||||
|     const GOptionEntry entries[] = { |     const GOptionEntry entries[] = { | ||||||
|         {"role", 'r', 0, G_OPTION_ARG_STRING, &role, "The role to use", "ROLE"}, |         {"role", 'r', 0, G_OPTION_ARG_STRING, &role, "The role to use", "ROLE"}, | ||||||
|         {"geometry", 0, 0, G_OPTION_ARG_STRING, &geometry, "Window geometry", "GEOMETRY"}, |         {"geometry", 0, 0, G_OPTION_ARG_STRING, &geometry, "Window geometry", "GEOMETRY"}, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Daniel Micay
						Daniel Micay