File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -377,10 +377,8 @@ on_data_loaded (GObject *source,
377
377
GError * error = NULL ;
378
378
ExmDetailView * self ;
379
379
ExmInstallButtonState install_state ;
380
- GtkWidget * child ;
381
380
GList * version_iter ;
382
381
ExmShellVersionMap * version_map ;
383
- gchar * uri ;
384
382
385
383
self = EXM_DETAIL_VIEW (user_data );
386
384
@@ -551,7 +549,8 @@ exm_detail_view_update (ExmDetailView *self)
551
549
}
552
550
553
551
void
554
- exm_detail_view_adaptive (ExmDetailView * self , AdwBreakpoint * breakpoint )
552
+ exm_detail_view_adaptive (ExmDetailView * self ,
553
+ AdwBreakpoint * breakpoint )
555
554
{
556
555
GValue value = G_VALUE_INIT ;
557
556
@@ -690,13 +689,13 @@ exm_detail_view_class_init (ExmDetailViewClass *klass)
690
689
}
691
690
692
691
static void
693
- widget_show (GtkWidget * widget ) {
694
- gtk_widget_set_visible (widget , TRUE);
692
+ widget_show (GtkWidget * widget ) {
693
+ gtk_widget_set_visible (widget , TRUE);
695
694
}
696
695
697
696
static void
698
- widget_hide (GtkWidget * widget ) {
699
- gtk_widget_set_visible (widget , FALSE);
697
+ widget_hide (GtkWidget * widget ) {
698
+ gtk_widget_set_visible (widget , FALSE);
700
699
}
701
700
702
701
static void
You can’t perform that action at this time.
0 commit comments