[Xfce4-commits] [apps/xfce4-screenshooter] 05/05: activate delay spinner for region mode (bug #12336)

noreply at xfce.org noreply at xfce.org
Mon Nov 30 22:04:36 CET 2015


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

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

commit 40734a2b40e86806c1d42c38777c577fed328a26
Author: Matias Wilkman <matias.wilkman at gmail.com>
Date:   Mon Nov 30 22:03:49 2015 +0100

    activate delay spinner for region mode (bug #12336)
---
 lib/screenshooter-dialogs.c |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/lib/screenshooter-dialogs.c b/lib/screenshooter-dialogs.c
index e6ebce9..ac740c0 100644
--- a/lib/screenshooter-dialogs.c
+++ b/lib/screenshooter-dialogs.c
@@ -866,13 +866,6 @@ GtkWidget *screenshooter_region_dialog_new (ScreenshotData *sd, gboolean plugin)
   g_signal_connect (G_OBJECT (delay_spinner), "value-changed",
                     G_CALLBACK (cb_delay_spinner_changed), sd);
 
-  /* Set the delay box as inactive when we capture rectangles */
-  g_signal_connect (G_OBJECT (rectangle_button), "toggled",
-                    G_CALLBACK (cb_toggle_set_insensi), delay_box);
-
-  /* Set the default state */
-  cb_toggle_set_insensi (GTK_TOGGLE_BUTTON (rectangle_button), delay_box);
-
   gtk_widget_show_all (GTK_DIALOG (dlg)->vbox);
 
   return dlg;

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


More information about the Xfce4-commits mailing list