jdahlin - in flumotion/trunk: . data/glade
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Tue Dec 4 11:36:55 CET 2007
Author: jdahlin
Date: Tue Dec 4 11:36:40 2007
New Revision: 5954
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/data/glade/admin-wizard.glade
flumotion/trunk/data/glade/authenticate.glade
flumotion/trunk/data/glade/greeter-authenticate.glade
flumotion/trunk/data/glade/wizard.glade
Log:
2007-12-04 Johan Dahlin <johan at gnome.org>
* data/glade/admin-wizard.glade:
* data/glade/authenticate.glade:
* data/glade/greeter-authenticate.glade:
* data/glade/wizard.glade:
Call the toplevel names window1, for consistency
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Tue Dec 4 11:36:40 2007
@@ -1,5 +1,11 @@
2007-12-04 Johan Dahlin <johan at gnome.org>
+ * data/glade/admin-wizard.glade:
+ * data/glade/authenticate.glade:
+ * data/glade/greeter-authenticate.glade:
+ * data/glade/wizard.glade:
+ Call the toplevel names window1, for consistency
+
* flumotion/ui/glade.py: Remove unused import.
(GladeWindow.__init__): Remove unused signal connection mechanism.
Modified: flumotion/trunk/data/glade/admin-wizard.glade
==============================================================================
--- flumotion/trunk/data/glade/admin-wizard.glade (original)
+++ flumotion/trunk/data/glade/admin-wizard.glade Tue Dec 4 11:36:40 2007
@@ -3,7 +3,7 @@
<glade-interface>
-<widget class="GtkWindow" id="window">
+<widget class="GtkWindow" id="window1">
<property name="title" translatable="yes">Flumotion Configuration Wizard</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
Modified: flumotion/trunk/data/glade/authenticate.glade
==============================================================================
--- flumotion/trunk/data/glade/authenticate.glade (original)
+++ flumotion/trunk/data/glade/authenticate.glade Tue Dec 4 11:36:40 2007
@@ -3,7 +3,7 @@
<glade-interface>
-<widget class="GtkWindow" id="window">
+<widget class="GtkWindow" id="window1">
<property name="title" translatable="yes">window1</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
Modified: flumotion/trunk/data/glade/greeter-authenticate.glade
==============================================================================
--- flumotion/trunk/data/glade/greeter-authenticate.glade (original)
+++ flumotion/trunk/data/glade/greeter-authenticate.glade Tue Dec 4 11:36:40 2007
@@ -3,7 +3,7 @@
<glade-interface>
-<widget class="GtkWindow" id="window">
+<widget class="GtkWindow" id="window1">
<property name="title" translatable="yes">window1</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
Modified: flumotion/trunk/data/glade/wizard.glade
==============================================================================
--- flumotion/trunk/data/glade/wizard.glade (original)
+++ flumotion/trunk/data/glade/wizard.glade Tue Dec 4 11:36:40 2007
@@ -3,7 +3,7 @@
<glade-interface>
-<widget class="GtkWindow" id="window">
+<widget class="GtkWindow" id="window1">
<property name="title" translatable="yes">Flumotion Configuration Wizard</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
More information about the flumotion-commit
mailing list