[grisbi-cvs] grisbi/src utils_file_selection.c,1.30,1.31

Martin Stromberger fabiolla at users.sourceforge.net
Tue Jan 6 14:54:05 CET 2009


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29533/src

Modified Files:
	utils_file_selection.c 
Log Message:
remove of unused function because of compile-warning

Index: utils_file_selection.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/utils_file_selection.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- utils_file_selection.c	1 Jan 2009 20:43:49 -0000	1.30
+++ utils_file_selection.c	6 Jan 2009 13:54:03 -0000	1.31
@@ -48,7 +48,6 @@
 /*END_INCLUDE*/
 
 /*START_STATIC*/
-static void file_selection_set_entry(GtkFileChooser* filesel,const gchar* utf8string);
 /*END_STATIC*/
 
 /*START_EXTERN*/
@@ -178,22 +177,6 @@
 
 
 
-/** file_selection_set_entry.
- *
- *  Set the "filename" entry widget of the given GtkFileChooser dialog with an UTF-8 string
- *
- * \param filesel GtkFileChooser widget
- * \param utf8string a UTF-8 coded string to be put in the netry field
- *  
- */
-void file_selection_set_entry(GtkFileChooser* filesel,const gchar* utf8string)
-{ /* {{{ */
-    gtk_file_chooser_set_filename ( filesel, 
-				    g_filename_from_utf8(utf8string,-1,NULL,NULL,NULL) );
-} /* }}} file_selection_set_entry */
-
-
-
 /** file_selection_get_entry.
  * 
  * Get the text (converted in UTF-8 string) of the filename entry field of a GtkFileChooser dialog



More information about the cvs mailing list