[Xfce4-commits] [apps/xfce4-screenshooter] 38/38: Fix indentation

noreply at xfce.org noreply at xfce.org
Fri Apr 28 03:07:34 CEST 2017


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 63dc51df1ee9803ed87cca6d537f837ba5ddfaa5
Author: Andre Miranda <andre42m at gmail.com>
Date:   Tue Apr 18 22:43:06 2017 -0300

    Fix indentation
---
 panel-plugin/screenshooter-plugin.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/panel-plugin/screenshooter-plugin.c b/panel-plugin/screenshooter-plugin.c
index 837056a..d3a4fad 100644
--- a/panel-plugin/screenshooter-plugin.c
+++ b/panel-plugin/screenshooter-plugin.c
@@ -252,11 +252,11 @@ screenshooter_plugin_write_rc_file (XfcePanelPlugin *plugin, PluginData *pd)
 static void
 cb_dialog_response (GtkWidget *dlg, int response, PluginData *pd)
 {
-    g_object_set_data (G_OBJECT (pd->plugin), "dialog", NULL);
-    gtk_widget_destroy (dlg);
+  g_object_set_data (G_OBJECT (pd->plugin), "dialog", NULL);
+  gtk_widget_destroy (dlg);
 
-    /* Unblock the menu */
-    xfce_panel_plugin_unblock_menu (pd->plugin);
+  /* Unblock the menu */
+  xfce_panel_plugin_unblock_menu (pd->plugin);
 
   if (response == GTK_RESPONSE_OK)
     {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list