[cairo-commit] roadster/data roadster.glade,1.2,1.3

Ian McIntosh commit at pdx.freedesktop.org
Sat Feb 26 01:37:38 PST 2005


Committed by: ian

Update of /cvs/cairo/roadster/data
In directory gabe:/tmp/cvs-serv17679/data

Modified Files:
	roadster.glade 
Log Message:
	* db.c: Added City and State tables and functions to search / add them.
	* import_tiger.c: Extract City, State, and ZIP and save them to DB.  Fix bug in ALL tables where the last row wasn't being imported.
	* search_road.c: Display City, State, and ZIP in results list.


Index: roadster.glade
===================================================================
RCS file: /cvs/cairo/roadster/data/roadster.glade,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- roadster.glade	26 Feb 2005 04:41:40 -0000	1.2
+++ roadster.glade	26 Feb 2005 09:37:36 -0000	1.3
@@ -264,6 +264,7 @@
 		      <child>
 			<widget class="GtkMenuItem" id="bookmark_this_location1">
 			  <property name="visible">True</property>
+			  <property name="sensitive">False</property>
 			  <property name="label" translatable="yes">Bookmark This Location...</property>
 			  <property name="use_underline">True</property>
 			</widget>
@@ -272,6 +273,7 @@
 		      <child>
 			<widget class="GtkMenuItem" id="manage_bookmarks1">
 			  <property name="visible">True</property>
+			  <property name="sensitive">False</property>
 			  <property name="label" translatable="yes">Manage Bookmarks...</property>
 			  <property name="use_underline">True</property>
 			</widget>
@@ -3050,7 +3052,7 @@
   </child>
 </widget>
 
-<widget class="GtkWindow" id="pointeditwindow">
+<widget class="GtkWindow" id="locationeditwindow">
   <property name="title" translatable="yes">Add Point</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>




More information about the cairo-commit mailing list