comparison src/skins/skins_cfg.c @ 2837:bdc4fbf878ec

make use of new InterfaceOps
author Tomasz Mon <desowin@gmail.com>
date Mon, 14 Jul 2008 18:07:03 +0200
parents 14a58e80ecfe
children 3134a0987162
comparison
equal deleted inserted replaced
2836:fbb17b57229a 2837:bdc4fbf878ec
509 on_skin_view_drag_data_received(GtkWidget * widget, 509 on_skin_view_drag_data_received(GtkWidget * widget,
510 GdkDragContext * context, 510 GdkDragContext * context,
511 gint x, gint y, 511 gint x, gint y,
512 GtkSelectionData * selection_data, 512 GtkSelectionData * selection_data,
513 guint info, guint time, 513 guint info, guint time,
514 gpointer user_data) 514 gpointer user_data)
515 { 515 {
516 mcs_handle_t *db; 516 mcs_handle_t *db;
517 gchar *path; 517 gchar *path;
518 518
519 if (!selection_data->data) { 519 if (!selection_data->data) {