~ubuntu-branches/ubuntu/lucid/exaile/lucid

« back to all changes in this revision

Viewing changes to data/ui/splash.ui

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2010-02-12 19:51:01 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100212195101-8jt3tculxcl92e6v
Tags: 0.3.1~b1-0ubuntu1
* New upstream release.
* Adjust exaile.install for new plugins.
* debian/control:
 - Drop unneeded python-dev Build-Dep.
 - Bump Standards-Version to 3.8.4 
* debian/rules: No empty po files to delete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--*- mode: xml -*-->
 
3
<interface>
 
4
  <object class="GtkWindow" id="SplashScreen">
 
5
    <property name="width_request">413</property>
 
6
    <property name="height_request">163</property>
 
7
    <property name="type">GTK_WINDOW_POPUP</property>
 
8
    <property name="resizable">False</property>
 
9
    <property name="window_position">GTK_WIN_POS_CENTER</property>
 
10
    <property name="destroy_with_parent">True</property>
 
11
    <property name="skip_taskbar_hint">True</property>
 
12
    <property name="skip_pager_hint">True</property>
 
13
    <property name="decorated">False</property>
 
14
    <child>
 
15
      <object class="GtkHBox" id="splash_box">
 
16
        <property name="visible">True</property>
 
17
        <child>
 
18
          <placeholder/>
 
19
        </child>
 
20
      </object>
 
21
    </child>
 
22
  </object>
 
23
</interface>