[gnome-calculator] Fixed incorrect bit toggle buttons (bgo#785850)



commit 0068c64a1e3487f003b8bb60b82c426a893320f6
Author: Robert Roth <robert roth off gmail com>
Date:   Sun Aug 6 05:04:37 2017 +0300

    Fixed incorrect bit toggle buttons (bgo#785850)

 src/buttons-programming.ui |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/buttons-programming.ui b/src/buttons-programming.ui
index 28568e3..6e14dfe 100644
--- a/src/buttons-programming.ui
+++ b/src/buttons-programming.ui
@@ -231,7 +231,7 @@
                 <property name="can_focus">False</property>
                 <property name="margin_end">10</property>
                 <property name="action_name">cal.toggle-bit</property>
-                <property name="action_target">12</property>
+                <property name="action_target">11</property>
                 <style>
                   <class name="bit-toggle-button" />
                   <class name="flat" />
@@ -247,7 +247,7 @@
                 <property name="label">0</property>
                 <property name="can_focus">False</property>
                 <property name="action_name">cal.toggle-bit</property>
-                <property name="action_target">13</property>
+                <property name="action_target">12</property>
                 <style>
                   <class name="bit-toggle-button" />
                   <class name="flat" />
@@ -263,7 +263,7 @@
                 <property name="label">0</property>
                 <property name="can_focus">False</property>
                 <property name="action_name">cal.toggle-bit</property>
-                <property name="action_target">14</property>
+                <property name="action_target">13</property>
                 <style>
                   <class name="bit-toggle-button" />
                   <class name="flat" />
@@ -279,7 +279,7 @@
                 <property name="label">0</property>
                 <property name="can_focus">False</property>
                 <property name="action_name">cal.toggle-bit</property>
-                <property name="action_target">15</property>
+                <property name="action_target">14</property>
                 <style>
                   <class name="bit-toggle-button" />
                   <class name="flat" />
@@ -296,7 +296,7 @@
                 <property name="can_focus">False</property>
                 <property name="margin_end">10</property>
                 <property name="action_name">cal.toggle-bit</property>
-                <property name="action_target">16</property>
+                <property name="action_target">15</property>
                 <style>
                   <class name="bit-toggle-button" />
                   <class name="flat" />


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