diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-06-23 21:33:49 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-06-24 17:37:21 +0800 |
commit | 53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac (patch) | |
tree | ea6c00d99d78b50e4bdff1601a26bc303d607591 /src/empathy-main-window.ui | |
parent | 30963d50de3652cca566fda8d753e733f0fb243a (diff) | |
download | gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar.gz gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar.bz2 gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar.lz gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar.xz gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.tar.zst gsoc2013-empathy-53ff0c11c8b340eb7038bade1a12a7c4bd5f4cac.zip |
Port EmpathyMainWindow to GtkWindow subclass
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r-- | src/empathy-main-window.ui | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 2fc81b408..cd0ff296c 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -267,12 +267,6 @@ </menubar> </ui> </object> - <object class="GtkWindow" id="main_window"> - <property name="title" translatable="yes">Contact List</property> - <property name="role">contact_list</property> - <property name="default_width">225</property> - <property name="default_height">325</property> - <child> <object class="GtkVBox" id="main_vbox"> <property name="visible">True</property> <child> @@ -323,6 +317,4 @@ </packing> </child> </object> - </child> - </object> </interface> |