commit d75fc6904860715534f74f14cbd81e1a0b74bb3e Author: Maia Kozheva <si...@ubuntu.com> Date: Sat Aug 28 01:42:35 2010 +0700
Renamed GtkBuilder file to .xml; added anjuta files to gitignore .gitignore | 3 +++ plugins/exporter/Makefile.am | 2 +- plugins/exporter/{exporter.glade => exporter.xml} | 0 plugins/exporter/file_export.c | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index 0bb8256..4b737d2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ Makefile.in cscope.out # / +/.anjuta* /.cdtproject /.project /.settings @@ -38,6 +39,8 @@ cscope.out /libgtkpod-1.0.pc /libtool /ltmain.sh +/*.anjuta +/*.tasks # /data/ /data/*.desktop diff --git a/plugins/exporter/Makefile.am b/plugins/exporter/Makefile.am index 41ae920..d4b65c2 100644 --- a/plugins/exporter/Makefile.am +++ b/plugins/exporter/Makefile.am @@ -8,7 +8,7 @@ exporter_ui_DATA = $(plugin_name).ui # Plugin Glade file exporter_gladedir = $(gtkpod_glade_dir) -exporter_glade_DATA = $(plugin_name).glade +exporter_glade_DATA = $(plugin_name).xml # Plugin Icon file exporter_pixmapsdir = $(gtkpod_image_dir) diff --git a/plugins/exporter/exporter.glade b/plugins/exporter/exporter.xml similarity index 100% rename from plugins/exporter/exporter.glade rename to plugins/exporter/exporter.xml diff --git a/plugins/exporter/file_export.c b/plugins/exporter/file_export.c index 6164cad..c29692e 100644 --- a/plugins/exporter/file_export.c +++ b/plugins/exporter/file_export.c @@ -531,7 +531,7 @@ void export_tracks_as_files(GList *tracks, GList **filenames, gboolean display, fc = gtk_file_chooser_dialog_new(_("Select Export Destination Directory"), NULL, GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, NULL); - gchar *glade_path = g_build_filename(get_glade_dir(), "exporter.glade", NULL); + gchar *glade_path = g_build_filename(get_glade_dir(), "exporter.xml", NULL); export_files_xml = gtk_builder_new(); gtk_builder_add_from_file(export_files_xml, glade_path, NULL); win = GTK_WIDGET(gtk_builder_get_object(export_files_xml, "export_files_options")); ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2