commit 621d0142ac6e5a605f05ae52e0cc4352a349306d Author: phantomjinx <p.g.richard...@phantomjinx.co.uk> Date: Sat Jul 24 20:48:49 2010 +0100
Some build fixes * plugins/Makefile.am * Ensure that photo editor is built * coverweb.c * destroy browser widget on deactivate * coverweb/.../128x128/.../Makefile.am * Error with which scale of icon is used * details.c * Comment correction plugins/Makefile.am | 3 ++- plugins/coverweb/coverweb.c | 3 ++- .../icons/hicolor/128x128/places/Makefile.am | 2 +- src/details.c | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) --- diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 067a9ae..d2e965d 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -10,6 +10,7 @@ SUBDIRS = . \ core_preferences \ info_display \ cover_display \ - coverweb + coverweb \ + photo_editor # indent diff --git a/plugins/coverweb/coverweb.c b/plugins/coverweb/coverweb.c index 5c302da..c5142c3 100644 --- a/plugins/coverweb/coverweb.c +++ b/plugins/coverweb/coverweb.c @@ -193,5 +193,6 @@ WebBrowser *init_web_browser(GtkWidget *parent) { * destroy the web browser and all associated items. */ void destroy_cover_web() { - + gtk_widget_destroy(browser->window); + browser = NULL; } diff --git a/plugins/coverweb/icons/hicolor/128x128/places/Makefile.am b/plugins/coverweb/icons/hicolor/128x128/places/Makefile.am index 7b7d27a..6cb7443 100644 --- a/plugins/coverweb/icons/hicolor/128x128/places/Makefile.am +++ b/plugins/coverweb/icons/hicolor/128x128/places/Makefile.am @@ -1,4 +1,4 @@ -placesdir = $(pkgdatadir)/icons/hicolor/48x48/places +placesdir = $(pkgdatadir)/icons/hicolor/128x128/places places_DATA = cover_web-gtkpod-category.png EXTRA_DIST = $(places_DATA) diff --git a/src/details.c b/src/details.c index dd893a1..b57d11c 100644 --- a/src/details.c +++ b/src/details.c @@ -1411,7 +1411,7 @@ static void create_details_editor_view() { gtk_container_remove(GTK_CONTAINER (details_window), viewport); g_free(glade_path); - /* Add widget in Shell. Any number of widgets can be added */ + /* Add widget in Shell. */ details_editor_plugin->details_window = gtk_scrolled_window_new(NULL, NULL); gtk_widget_ref(details_editor_plugin->details_window); details_editor_plugin->details_view = viewport; ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://ad.doubleclick.net/clk;226879339;13503038;l? http://clk.atdmt.com/CRS/go/247765532/direct/01/ _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2