[cheese] Fixed deprecated warning in on_countdown_toggle
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] Fixed deprecated warning in on_countdown_toggle
- Date: Tue, 12 Nov 2013 15:56:11 +0000 (UTC)
commit 370a5dc9824bf64200fa34b295909ffd6715b737
Author: Rashi Aswani <aswanirashi19 gmail com>
Date: Tue Nov 12 19:40:28 2013 +0530
Fixed deprecated warning in on_countdown_toggle
https://bugzilla.gnome.org/show_bug.cgi?id=712151
src/cheese-window.vala | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/cheese-window.vala b/src/cheese-window.vala
index 3c93917..d000226 100644
--- a/src/cheese-window.vala
+++ b/src/cheese-window.vala
@@ -618,17 +618,6 @@ public class Cheese.MainWindow : Gtk.ApplicationWindow
}
/**
- * Toggle whether the countdown is active.
- *
- * @param action the action that emitted the signal
- */
- [CCode (instance_pos = -1)]
- public void on_countdown_toggle (ToggleAction action)
- {
- settings.set_boolean ("countdown", action.active);
- }
-
- /**
* The method to call when the countdown is finished.
*/
private void finish_countdown_callback ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]