nemo r118 - trunk/gtk-gui
- From: arj svn gnome org
- To: svn-commits-list gnome org
- Subject: nemo r118 - trunk/gtk-gui
- Date: Tue, 5 Aug 2008 16:17:46 +0000 (UTC)
Author: arj
Date: Tue Aug 5 16:17:46 2008
New Revision: 118
URL: http://svn.gnome.org/viewvc/nemo?rev=118&view=rev
Log:
Compile fix + bump version number
Modified:
trunk/gtk-gui/MainWindow.cs
Modified: trunk/gtk-gui/MainWindow.cs
==============================================================================
--- trunk/gtk-gui/MainWindow.cs (original)
+++ trunk/gtk-gui/MainWindow.cs Tue Aug 5 16:17:46 2008
@@ -74,7 +74,7 @@
Stetic.Gui.Initialize(this);
// Widget MainWindow
this.Name = "MainWindow";
- this.Title = Mono.Unix.Catalog.GetString("Nemo 0.2.1-dev");
+ this.Title = Mono.Unix.Catalog.GetString("Nemo 0.2.3-dev");
this.Icon = Gdk.Pixbuf.LoadFromResource("blue_guy.png");
this.WindowPosition = ((Gtk.WindowPosition)(4));
// Container child MainWindow.Gtk.Container+ContainerChild
@@ -174,7 +174,7 @@
this.search_input.CanFocus = true;
this.search_input.Name = "search_input";
this.search_input.IsEditable = true;
- this.search_input.InvisibleChar = 'â';
+ this.search_input.InvisibleChar = ' ';
this.search.Add(this.search_input);
Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.search[this.search_input]));
w16.Position = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]