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/importer | |
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/importer')
-rw-r--r-- | shell/importer/import.glade | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/shell/importer/import.glade b/shell/importer/import.glade index d43e426d67..27bcd2decb 100644 --- a/shell/importer/import.glade +++ b/shell/importer/import.glade @@ -26,11 +26,6 @@ importing external files into Evolution.</property> <property name="logo_image">import.png</property> <property name="position">GNOME_EDGE_START</property> <property name="visible">yes</property> - <property name="title_color">#ffffff</property> - <property name="text_color">#000000</property> - <property name="background_color">#010101</property> - <property name="logo_background_color">#010101</property> - <property name="textbox_color">#ffffff</property> </widget> </child> @@ -39,9 +34,6 @@ importing external files into Evolution.</property> <property name="title" translatable="yes">Importer Type (step 1 of 3)</property> <property name="logo">import.png</property> <property name="visible">yes</property> - <property name="title_foreground">#ffffff</property> - <property name="background">#000001</property> - <property name="logo_background">#010101</property> <child internal-child="vbox"> <widget class="GtkVBox" id="druid-vbox2"> @@ -67,9 +59,6 @@ importing external files into Evolution.</property> <property name="title" translatable="yes">Select a File (step 2 of 3)</property> <property name="logo">import.png</property> <property name="visible">yes</property> - <property name="title_foreground">#ffffff</property> - <property name="background">#010101</property> - <property name="logo_background">#010101</property> <child internal-child="vbox"> <widget class="GtkVBox" id="druid-vbox1"> @@ -95,9 +84,6 @@ importing external files into Evolution.</property> <property name="title" translatable="yes">Select Importers (step 2 of 3)</property> <property name="logo">import.png</property> <property name="visible">yes</property> - <property name="title_foreground">#ffffff</property> - <property name="background">#000001</property> - <property name="logo_background">#010101</property> <child internal-child="vbox"> <widget class="GtkVBox" id="druid-vbox3"> @@ -125,11 +111,6 @@ importing external files into Evolution.</property> <property name="logo_image">import.png</property> <property name="position">GNOME_EDGE_FINISH</property> <property name="visible">yes</property> - <property name="title_color">#ffffff</property> - <property name="text_color">#000000</property> - <property name="background_color">#010101</property> - <property name="logo_background_color">#010101</property> - <property name="textbox_color">#ffffff</property> </widget> </child> </widget> |