~ubuntu-branches/ubuntu/vivid/blueman/vivid-proposed

« back to all changes in this revision

Viewing changes to data/ui/send-dialog.ui

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-12-24 18:33:36 UTC
  • mfrom: (2.3.8 sid)
  • Revision ID: package-import@ubuntu.com-20141224183336-cyb82ot0y8tz8flq
Tags: 1.99~alpha1-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/patches/01_dont_autostart_lxde.patch:
    + Don't autostart the applet in LXDE.
  - debian/patches/03_filemanager_fix.patch:
    + Add support for more filemanagers.
* debian/patches/02_dont_crash_on_non-bluetooth_card.patch:
  - Dropped, no longer applicable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<interface>
3
 
  <!-- interface-requires gtk+ 2.12 -->
 
3
  <!-- interface-requires gtk+ 3.0 -->
4
4
  <!-- interface-naming-policy project-wide -->
5
5
  <object class="GtkDialog" id="window">
6
6
    <property name="width_request">400</property>
10
10
    <property name="window_position">center</property>
11
11
    <property name="icon_name">blueman</property>
12
12
    <property name="type_hint">dialog</property>
13
 
    <property name="has_separator">False</property>
14
13
    <child internal-child="vbox">
15
 
      <object class="GtkVBox" id="dialog-vbox1">
 
14
      <object class="GtkBox" id="dialog-vbox1">
16
15
        <property name="visible">True</property>
17
16
        <property name="orientation">vertical</property>
18
17
        <property name="spacing">2</property>
19
18
        <child>
20
 
          <object class="GtkVBox" id="vbox3">
 
19
          <object class="GtkBox" id="vbox3">
21
20
            <property name="visible">True</property>
22
21
            <property name="border_width">6</property>
23
22
            <property name="orientation">vertical</property>
24
23
            <property name="spacing">6</property>
25
24
            <child>
26
 
              <object class="GtkHBox" id="hbox4">
 
25
              <object class="GtkBox" id="hbox4">
 
26
                <property name="orientation">horizontal</property>
27
27
                <property name="visible">True</property>
28
28
                <child>
29
29
                  <object class="GtkImage" id="image1">