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 @@ -355,10 +355,8 @@ on_data_loaded (GObject *source,
355
355
GError * error = NULL ;
356
356
ExmDetailView * self ;
357
357
ExmInstallButtonState install_state ;
358
- GtkWidget * child ;
359
358
GList * version_iter ;
360
359
ExmShellVersionMap * version_map ;
361
- gchar * uri ;
362
360
363
361
self = EXM_DETAIL_VIEW (user_data );
364
362
@@ -521,7 +519,8 @@ exm_detail_view_update (ExmDetailView *self)
521
519
}
522
520
523
521
void
524
- exm_detail_view_adaptive (ExmDetailView * self , AdwBreakpoint * breakpoint )
522
+ exm_detail_view_adaptive (ExmDetailView * self ,
523
+ AdwBreakpoint * breakpoint )
525
524
{
526
525
GValue value = G_VALUE_INIT ;
527
526
@@ -659,13 +658,13 @@ exm_detail_view_class_init (ExmDetailViewClass *klass)
659
658
}
660
659
661
660
static void
662
- widget_show (GtkWidget * widget ) {
663
- gtk_widget_set_visible (widget , TRUE);
661
+ widget_show (GtkWidget * widget ) {
662
+ gtk_widget_set_visible (widget , TRUE);
664
663
}
665
664
666
665
static void
667
- widget_hide (GtkWidget * widget ) {
668
- gtk_widget_set_visible (widget , FALSE);
666
+ widget_hide (GtkWidget * widget ) {
667
+ gtk_widget_set_visible (widget , FALSE);
669
668
}
670
669
671
670
static void
You can’t perform that action at this time.
0 commit comments