Advertisement
Guest User

gnome-manual-duplex.xml.patch

a guest
Apr 12th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 3.07 KB | None | 0 0
  1. --- gnome-manual-duplex.xml.orig    2013-04-07 18:18:47.510585048 +0200
  2. +++ gnome-manual-duplex.xml 2013-04-07 23:21:16.471662646 +0200
  3. @@ -45,7 +45,7 @@
  4.                  <child>
  5.                    <object class="GtkTable" id="table1">
  6.                      <property name="visible">True</property>
  7. -                    <property name="n_rows">2</property>
  8. +                    <property name="n_rows">3</property>
  9.                      <property name="n_columns">2</property>
  10.                      <child>
  11.                        <object class="GtkRadioButton" id="radiobutton1">
  12. @@ -65,6 +65,7 @@
  13.                          <property name="active">True</property>
  14.                          <property name="draw_indicator">True</property>
  15.                          <property name="group">radiobutton1</property>
  16. +                        <signal handler="radiobutton2_toggled_cb" name="toggled"/>
  17.                        </object>
  18.                        <packing>
  19.                          <property name="top_attach">1</property>
  20. @@ -72,6 +73,21 @@
  21.                        </packing>
  22.                      </child>
  23.                      <child>
  24. +                      <object class="GtkRadioButton" id="radiobutton3">
  25. +                        <property name="visible">True</property>
  26. +                        <property name="can_focus">True</property>
  27. +                        <property name="label" translatable="yes">Manual Brochure</property>
  28. +                        <property name="active">True</property>
  29. +                        <property name="draw_indicator">True</property>
  30. +                        <property name="group">radiobutton1</property>
  31. +                        <signal handler="radiobutton3_toggled_cb" name="toggled"/>
  32. +                      </object>
  33. +                      <packing>
  34. +                        <property name="top_attach">2</property>
  35. +                        <property name="bottom_attach">3</property>
  36. +                      </packing>
  37. +                    </child>
  38. +                    <child>
  39.                        <object class="GtkImage" id="image1">
  40.                          <property name="visible">True</property>
  41.                          <property name="pixbuf">long_edge.xpm</property>
  42. @@ -93,6 +109,18 @@
  43.                          <property name="bottom_attach">2</property>
  44.                        </packing>
  45.                      </child>
  46. +                    <child>
  47. +                      <object class="GtkImage" id="image3">
  48. +                        <property name="visible">True</property>
  49. +                        <property name="pixbuf">brochure.xpm</property>
  50. +                      </object>
  51. +                      <packing>
  52. +                        <property name="left_attach">1</property>
  53. +                        <property name="right_attach">2</property>
  54. +                        <property name="top_attach">2</property>
  55. +                        <property name="bottom_attach">3</property>
  56. +                      </packing>
  57. +                    </child>
  58.                    </object>
  59.                  </child>
  60.                </object>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement