~ubuntu-branches/ubuntu/vivid/hamster-applet/vivid

« back to all changes in this revision

Viewing changes to data/stats_overview.ui

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio, Robert Ancell, Andrew Starr-Bochicchio
  • Date: 2009-12-22 17:52:52 UTC
  • mfrom: (1.1.13 upstream) (5.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091222175252-2r447ri9x56hi4kl
Tags: 2.29.4-0ubuntu1
[ Robert Ancell ]
* debian/control.in:
  - Remove old debian VCS links

[ Andrew Starr-Bochicchio ]
* New upstream release. (LP: #488783)
 - Fixed problems with hamster interfering with 
   screensaver hibernation code. (LP: #448438)
 - Fixes to the dropdown in compiz (not spanning
   over virtual desktops anymore). (LP: #303572)

* Merge with Debian testing, remaining Ubuntu changes:
 - Adapt debian/watch to take unstable version.
 - Point Vcs field at lp:~ubuntu-desktop/hamster-applet/ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkWindow" id="overview_window">
 
6
    <child>
 
7
      <object class="GtkAlignment" id="overview_box">
 
8
        <property name="visible">True</property>
 
9
        <property name="border_width">10</property>
 
10
        <child>
 
11
          <object class="GtkScrolledWindow" id="overview_facts_box">
 
12
            <property name="visible">True</property>
 
13
            <property name="can_focus">True</property>
 
14
            <property name="hscrollbar_policy">never</property>
 
15
            <property name="vscrollbar_policy">automatic</property>
 
16
            <property name="shadow_type">in</property>
 
17
            <child>
 
18
              <placeholder/>
 
19
            </child>
 
20
          </object>
 
21
        </child>
 
22
      </object>
 
23
    </child>
 
24
  </object>
 
25
</interface>