[nautilus/wip/oholy/compress-dialog-x11] Resolve style-check failure



commit cf868b18ec99ca8f97203b8625cce99d49a9018f
Author: António Fernandes <antoniof gnome org>
Date:   Tue Aug 9 19:34:28 2022 +0000

    Resolve style-check failure

 src/nautilus-compress-dialog-controller.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-compress-dialog-controller.c b/src/nautilus-compress-dialog-controller.c
index be31bf1fe..9de328f08 100644
--- a/src/nautilus-compress-dialog-controller.c
+++ b/src/nautilus-compress-dialog-controller.c
@@ -407,7 +407,7 @@ popover_on_show (GtkWidget *widget,
         int w, h, y;
 
         /* The vbox child is used instead of the dialog itself to get size
-           without the title bar, client side decorations etc. */
+         * without the title bar, client side decorations etc. */
         vbox = gtk_bin_get_child (GTK_BIN (self->compress_dialog));
         gtk_widget_translate_coordinates (widget, vbox, 0, gtk_widget_get_margin_top (vbox), NULL, &y);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]