changeset 2035:bf9198617dae trunk

[svn] - remove only reference in source to xmms_entry_new() and prepare xentry.c's last rites.
author nenolod
date Mon, 04 Dec 2006 00:16:52 -0800
parents c43fb0845b71
children 7f397d6e0746
files ChangeLog audacious/input.c
diffstat 2 files changed, 21 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 04 00:10:02 2006 -0800
+++ b/ChangeLog	Mon Dec 04 00:16:52 2006 -0800
@@ -1,3 +1,23 @@
+2006-12-04 08:10:02 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [3071]
+  - update VFS documentation
+  - include gtkdoc templates for libaudacious
+  
+  trunk/doc/libaudacious/tmpl/beepctrl.sgml     |  648 ++++++++++++++++++++++++++
+  trunk/doc/libaudacious/tmpl/configdb.sgml     |  166 ++++++
+  trunk/doc/libaudacious/tmpl/dirbrowser.sgml   |   31 +
+  trunk/doc/libaudacious/tmpl/formatter.sgml    |   71 ++
+  trunk/doc/libaudacious/tmpl/rcfile.sgml       |  202 ++++++++
+  trunk/doc/libaudacious/tmpl/titlestring.sgml  |  105 ++++
+  trunk/doc/libaudacious/tmpl/util.sgml         |   19 
+  trunk/doc/libaudacious/tmpl/vfs.sgml          |  213 ++++++++
+  trunk/doc/libaudacious/tmpl/xconvert.sgml     |   32 +
+  trunk/doc/libaudacious/tmpl/xentry.sgml       |   34 +
+  trunk/doc/libaudacious/tmpl/xml_document.sgml |  224 ++++++++
+  trunk/libaudacious/vfs.c                      |  273 +++-------
+  12 files changed, 1829 insertions(+), 189 deletions(-)
+
+
 2006-12-04 07:26:42 +0000  William Pitcock <nenolod@nenolod.net>
   revision [3069]
   - make documentation-build will invoke gtk-doc to compile the audacious SDK docs.
--- a/audacious/input.c	Mon Dec 04 00:10:02 2006 -0800
+++ b/audacious/input.c	Mon Dec 04 00:16:52 2006 -0800
@@ -605,7 +605,7 @@
     label = gtk_label_new(_("Filename:"));
     gtk_box_pack_start(GTK_BOX(filename_hbox), label, FALSE, TRUE, 0);
 
-    filename_entry = xmms_entry_new();
+    filename_entry = gtk_entry_new();
     filename_utf8 = filename_to_utf8(filename);
 
     gtk_entry_set_text(GTK_ENTRY(filename_entry), filename_utf8);