Author: post
Date: 2011-01-14 12:45:02 +0100 (Fri, 14 Jan 2011)
New Revision: 3802
Modified:
trunk/src/rs-store.c
Log:
Load selected photo when unpausing iconview update.
Modified: trunk/src/rs-store.c
===================================================================
--- trunk/src/rs-store.c 2011-01-14 11:31:27 UTC (rev 3801)
+++ trunk/src/rs-store.c 2011-01-14 11:45:02 UTC (rev 3802)
@@ -138,6 +138,7 @@
#endif
static gboolean scroll_event(GtkWidget *widget, GdkEventScroll *event,
gpointer user_data);
+static void selection_changed(GtkIconView *iconview, gpointer data);
static void thumbnail_overlay(GdkPixbuf *pixbuf, GdkPixbuf *lowerleft,
GdkPixbuf *lowerright, GdkPixbuf *topleft, GdkPixbuf *topright, gint shadow);
static void thumbnail_update(GdkPixbuf *pixbuf, GdkPixbuf *pixbuf_clean, gint
priority, gboolean exported, gint shadow);
static void switch_page(GtkNotebook *notebook, GtkNotebookPage *page, guint
page_num, gpointer data);
@@ -492,6 +493,7 @@
gui_status_pop(store->open_selected);
store->open_selected = 0;
gtk_widget_modify_bg(GTK_WIDGET(store->notebook),GTK_STATE_NORMAL, NULL);
+ selection_changed(GTK_ICON_VIEW(store->current_iconview),
store);
}
else /* Disable */
{
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit