Get rid of GtkIntegration::initializeSettings use
This commit is contained in:
		
							parent
							
								
									63a92cb90a
								
							
						
					
					
						commit
						e7d39e6046
					
				
					 3 changed files with 2 additions and 7 deletions
				
			
		|  | @ -788,7 +788,6 @@ void start() { | ||||||
| 
 | 
 | ||||||
| 	if (const auto integration = BaseGtkIntegration::Instance()) { | 	if (const auto integration = BaseGtkIntegration::Instance()) { | ||||||
| 		integration->load(GtkIntegration::AllowedBackends()); | 		integration->load(GtkIntegration::AllowedBackends()); | ||||||
| 		integration->initializeSettings(); |  | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	if (const auto integration = GtkIntegration::Instance()) { | 	if (const auto integration = GtkIntegration::Instance()) { | ||||||
|  |  | ||||||
|  | @ -29,11 +29,7 @@ ENV LibrariesPath /usr/src/Libraries | ||||||
| WORKDIR $LibrariesPath | WORKDIR $LibrariesPath | ||||||
| 
 | 
 | ||||||
| FROM builder AS patches | FROM builder AS patches | ||||||
| RUN git clone $GIT/desktop-app/patches.git | RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 3ffe48e | ||||||
| 
 |  | ||||||
| WORKDIR patches |  | ||||||
| RUN git checkout 87a2e9ee07 |  | ||||||
| WORKDIR .. |  | ||||||
| 
 | 
 | ||||||
| FROM builder AS extra-cmake-modules | FROM builder AS extra-cmake-modules | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1 +1 @@ | ||||||
| Subproject commit fc2f6061c65252f0046d276ac8d591bd9dff3b5a | Subproject commit 861642e92a232aa218b5d39fa9455654636040e2 | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Ilya Fedin
						Ilya Fedin