diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-08 23:33:02 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-08 23:33:02 +0800 |
commit | 0f4485abb9b5b2d5d48c6942ef499a5193788a8e (patch) | |
tree | aaaf176a51cc62556042d0d751ae23270e03aaea /shell/glade | |
parent | 732fcfec9d8288b3ad36cc42c095bfc9ec43f7ec (diff) | |
download | gsoc2013-evolution-0f4485abb9b5b2d5d48c6942ef499a5193788a8e.tar gsoc2013-evolution-0f4485abb9b5b2d5d48c6942ef499a5193788a8e.tar.gz gsoc2013-evolution-0f4485abb9b5b2d5d48c6942ef499a5193788a8e.tar.bz2 gsoc2013-evolution-0f4485abb9b5b2d5d48c6942ef499a5193788a8e.tar.lz gsoc2013-evolution-0f4485abb9b5b2d5d48c6942ef499a5193788a8e.tar.xz gsoc2013-evolution-0f4485abb9b5b2d5d48c6942ef499a5193788a8e.tar.zst gsoc2013-evolution-0f4485abb9b5b2d5d48c6942ef499a5193788a8e.zip |
Remove the color specs so the druid will use theme colors
* glade/evolution-startup-wizard.glade: Remove the color specs so
the druid will use theme colors
* importer/import.glade: Likewise
svn path=/trunk/; revision=20757
Diffstat (limited to 'shell/glade')
-rw-r--r-- | shell/glade/evolution-startup-wizard.glade | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/shell/glade/evolution-startup-wizard.glade b/shell/glade/evolution-startup-wizard.glade index 37fea9db0f..c8491fb0c8 100644 --- a/shell/glade/evolution-startup-wizard.glade +++ b/shell/glade/evolution-startup-wizard.glade @@ -28,11 +28,6 @@ Evolution to connect to your email accounts, and to import files from other applications. Please click the "Forward" button to continue. </property> - <property name="title_color">#ffffffffffff</property> - <property name="text_color">#000000000000</property> - <property name="background_color">#000000000000</property> - <property name="logo_background_color">#000000000000</property> - <property name="textbox_color">#ffffffffffff</property> </widget> </child> @@ -40,9 +35,6 @@ Please click the "Forward" button to continue. </property> <widget class="GnomeDruidPageStandard" id="timezone-page"> <property name="visible">True</property> <property name="title" translatable="yes">Timezone </property> - <property name="title_foreground">#ffffffffffff</property> - <property name="background">#000000000000</property> - <property name="logo_background">#000000000000</property> <property name="logo">timezone-48.png</property> <child internal-child="vbox"> @@ -64,9 +56,6 @@ Please click the "Forward" button to continue. </property> <widget class="GnomeDruidPageStandard" id="import-page"> <property name="visible">True</property> <property name="title" translatable="yes">Importing Files</property> - <property name="title_foreground">#ffffffffffff</property> - <property name="background">#000000000000</property> - <property name="logo_background">#000000000000</property> <property name="logo">import.png</property> <child internal-child="vbox"> @@ -93,11 +82,6 @@ Please click the "Forward" button to continue. </property> needed to set up Evolution. Click the "Apply" button to save your settings. </property> - <property name="title_color">#ffffffffffff</property> - <property name="text_color">#000000000000</property> - <property name="background_color">#000000000000</property> - <property name="logo_background_color">#000000000000</property> - <property name="textbox_color">#ffffffffffff</property> </widget> </child> </widget> |