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

« back to all changes in this revision

Viewing changes to data/glade/splash.glade

  • 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" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--*- mode: xml -*-->
4
 
<glade-interface>
5
 
  <widget class="GtkWindow" id="SplashScreen">
6
 
    <property name="width_request">413</property>
7
 
    <property name="height_request">163</property>
8
 
    <property name="type">GTK_WINDOW_POPUP</property>
9
 
    <property name="resizable">False</property>
10
 
    <property name="window_position">GTK_WIN_POS_CENTER</property>
11
 
    <property name="destroy_with_parent">True</property>
12
 
    <property name="skip_taskbar_hint">True</property>
13
 
    <property name="skip_pager_hint">True</property>
14
 
    <property name="decorated">False</property>
15
 
    <child>
16
 
      <widget class="GtkHBox" id="splash_box">
17
 
        <property name="visible">True</property>
18
 
        <child>
19
 
          <placeholder/>
20
 
        </child>
21
 
      </widget>
22
 
    </child>
23
 
  </widget>
24
 
</glade-interface>