[cheese/wip-cancel: 2/5] Revert "do add a relief on the take an action button in fullscreen mode"
- From: Yuvaraj Pandian <yuvipanda src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/wip-cancel: 2/5] Revert "do add a relief on the take an action button in fullscreen mode"
- Date: Wed, 11 Aug 2010 20:02:41 +0000 (UTC)
commit 2a2e3b5e7119a63b5a008d7aff6ed55c1f43071f
Author: daniel g. siegel <dgsiegel gnome org>
Date: Sun Aug 8 22:47:23 2010 +0200
Revert "do add a relief on the take an action button in fullscreen mode"
This reverts commit 1c3370f38dffcbff1602e3eb4a7c427d79e57b1f.
src/cheese-window.vala | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/cheese-window.vala b/src/cheese-window.vala
index 227e233..2064938 100644
--- a/src/cheese-window.vala
+++ b/src/cheese-window.vala
@@ -480,8 +480,7 @@ public class Cheese.MainWindow : Gtk.Window
/* Make all buttons look 'flat' */
foreach (Gtk.Button b in buttons)
{
- if (b.get_name() != "take_action_button")
- b.relief = Gtk.ReliefStyle.NONE;
+ b.relief = Gtk.ReliefStyle.NONE;
}
this.fullscreen ();
viewport_widget.motion_notify_event.connect (fullscreen_motion_notify_callback);
@@ -503,8 +502,7 @@ public class Cheese.MainWindow : Gtk.Window
/* Make all buttons look, uhm, Normal */
foreach (Gtk.Button b in buttons)
{
- if (b.get_name() != "take_action_button")
- b.relief = Gtk.ReliefStyle.NORMAL;
+ b.relief = Gtk.ReliefStyle.NORMAL;
}
/* Show the buttons area anyway - it might've been hidden in fullscreen mode */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]