Merge lp:~and471/synaptic/fix-resize-grip into lp:synaptic

Proposed by Andrew
Status: Merged
Merged at revision: 1831
Proposed branch: lp:~and471/synaptic/fix-resize-grip
Merge into: lp:synaptic
Diff against target: 111 lines (+36/-32)
1 file modified
gtk/gtkbuilder/window_main.ui (+36/-32)
To merge this branch: bzr merge lp:~and471/synaptic/fix-resize-grip
Reviewer Review Type Date Requested Status
synaptic-developers Pending
Review via email: mp+49662@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Robert Roth (evfool) wrote :

Why did you remove the translatable attributes?

Revision history for this message
Andrew (and471) wrote :

Hmm, that was the work of glade, and I assumed it was due to a slight syntax change (i.e. that if translatable="yes" is not there, it is assumed) however after more research I see this is not the case.

I have fixed this and updated the branch.

lp:~and471/synaptic/fix-resize-grip updated
1819. By Andrew <email address hidden>

undo the removing of translatable="yes"

1820. By Andrew <email address hidden>

okay really undo that all...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'gtk/gtkbuilder/window_main.ui'
--- gtk/gtkbuilder/window_main.ui 2010-12-11 10:26:00 +0000
+++ gtk/gtkbuilder/window_main.ui 2011-02-18 07:45:26 +0000
@@ -63,7 +63,7 @@
63 <child>63 <child>
64 <object class="GtkMenuItem" id="menu_add_downloadedfiles">64 <object class="GtkMenuItem" id="menu_add_downloadedfiles">
65 <property name="visible">True</property>65 <property name="visible">True</property>
66 <property name="tooltip_text" translatable="yes">Add packages downloaded with the &quot;Generate package download script&quot; feature to the system</property>66 <property name="tooltip_text" translatable="yes">Add packages downloaded with the "Generate package download script" feature to the system</property>
67 <property name="label" translatable="yes">Add downloaded packages</property>67 <property name="label" translatable="yes">Add downloaded packages</property>
68 <property name="use_underline">True</property>68 <property name="use_underline">True</property>
69 <signal name="activate" handler="on_add_downloadedfiles_activate"/>69 <signal name="activate" handler="on_add_downloadedfiles_activate"/>
@@ -1427,14 +1427,13 @@
1427 <property name="visible">True</property>1427 <property name="visible">True</property>
1428 <property name="border_width">12</property>1428 <property name="border_width">12</property>
1429 <property name="spacing">6</property>1429 <property name="spacing">6</property>
1430 <property name="homogeneous">False</property>
1431 <child>1430 <child>
1432 <object class="GtkComboBox" id="combobox_depends">1431 <object class="GtkComboBox" id="combobox_depends">
1433 <property name="visible">True</property>1432 <property name="visible">True</property>
1434 </object>1433 </object>
1435 <packing>1434 <packing>
1435 <property name="expand">False</property>
1436 <property name="position">0</property>1436 <property name="position">0</property>
1437 <property name="expand">False</property>
1438 </packing>1437 </packing>
1439 </child>1438 </child>
1440 <child>1439 <child>
@@ -1791,48 +1790,53 @@
1791 </packing>1790 </packing>
1792 </child>1791 </child>
1793 <child>1792 <child>
1794 <object class="GtkHBox" id="hbox_status">1793 <object class="GtkAlignment" id="alignment2">
1795 <property name="visible">True</property>1794 <property name="visible">True</property>
1796 <property name="spacing">2</property>1795 <property name="right_padding">18</property>
1797 <child>1796 <child>
1798 <object class="GtkScrolledWindow" id="scrolledwindow22">1797 <object class="GtkHBox" id="hbox_status">
1799 <property name="visible">True</property>1798 <property name="visible">True</property>
1800 <property name="can_focus">True</property>1799 <property name="spacing">2</property>
1801 <property name="hscrollbar_policy">never</property>
1802 <property name="vscrollbar_policy">never</property>
1803 <child>1800 <child>
1804 <object class="GtkViewport" id="viewport4">1801 <object class="GtkScrolledWindow" id="scrolledwindow22">
1805 <property name="visible">True</property>1802 <property name="visible">True</property>
1803 <property name="can_focus">True</property>
1804 <property name="hscrollbar_policy">never</property>
1805 <property name="vscrollbar_policy">never</property>
1806 <child>1806 <child>
1807 <object class="GtkLabel" id="label_status">1807 <object class="GtkViewport" id="viewport4">
1808 <property name="width_request">100</property>
1809 <property name="visible">True</property>1808 <property name="visible">True</property>
1810 <property name="xalign">0</property>1809 <property name="resize_mode">queue</property>
1811 <property name="yalign">0</property>1810 <child>
1811 <object class="GtkLabel" id="label_status">
1812 <property name="width_request">100</property>
1813 <property name="visible">True</property>
1814 <property name="xalign">0</property>
1815 <property name="yalign">0</property>
1816 </object>
1817 </child>
1812 </object>1818 </object>
1813 </child>1819 </child>
1814 </object>1820 </object>
1815 </child>1821 <packing>
1816 </object>1822 <property name="position">0</property>
1817 <packing>1823 </packing>
1818 <property name="position">0</property>1824 </child>
1819 </packing>1825 <child>
1820 </child>1826 <object class="GtkProgressBar" id="progressbar_main">
1821 <child>1827 <property name="visible">True</property>
1822 <object class="GtkProgressBar" id="progressbar_main">1828 <property name="pulse_step">0.10000000149</property>
1823 <property name="visible">True</property>1829 </object>
1824 <property name="pulse_step">0.10000000149</property>1830 <packing>
1825 </object>1831 <property name="expand">False</property>
1826 <packing>1832 <property name="fill">False</property>
1827 <property name="expand">False</property>1833 <property name="position">1</property>
1828 <property name="fill">False</property>1834 </packing>
1829 <property name="position">1</property>1835 </child>
1830 </packing>1836 </object>
1831 </child>1837 </child>
1832 </object>1838 </object>
1833 <packing>1839 <packing>
1834 <property name="expand">False</property>
1835 <property name="fill">False</property>
1836 <property name="position">3</property>1840 <property name="position">3</property>
1837 </packing>1841 </packing>
1838 </child>1842 </child>

Subscribers

People subscribed via source and target branches

to status/vote changes: