[Xfce4-commits] r23918 - in xarchiver/branches/xarchiver-psybsd: libxarchiver src
Stephan Arts
stephan at xfce.org
Tue Nov 21 12:25:19 CET 2006
Author: stephan
Date: 2006-11-21 11:25:18 +0000 (Tue, 21 Nov 2006)
New Revision: 23918
Modified:
xarchiver/branches/xarchiver-psybsd/libxarchiver/archive-support-zip.c
xarchiver/branches/xarchiver-psybsd/src/notebook.c
Log:
Added debug output
Modified: xarchiver/branches/xarchiver-psybsd/libxarchiver/archive-support-zip.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/libxarchiver/archive-support-zip.c 2006-11-21 10:36:21 UTC (rev 23917)
+++ xarchiver/branches/xarchiver-psybsd/libxarchiver/archive-support-zip.c 2006-11-21 11:25:18 UTC (rev 23918)
@@ -107,7 +107,7 @@
archive_support->remove = lxa_archive_support_zip_remove;
archive_support->refresh = lxa_archive_support_zip_refresh;
- custom_action = lxa_custom_action_new("menu-action-test",
+ custom_action = lxa_custom_action_new("menu-test",
_("Test"),
_("Test archive integrity\nTest the integrity of the archive"),
XA_TEST_ACTION_ICON,
@@ -486,7 +486,7 @@
static void
lxa_archive_support_zip_integrity_test(LXAArchiveSupport *support, LXAArchive *archive, gpointer user_data)
{
-
+ g_debug("Custom action %s called", __FUNCTION__);
}
static void
Modified: xarchiver/branches/xarchiver-psybsd/src/notebook.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/src/notebook.c 2006-11-21 10:36:21 UTC (rev 23917)
+++ xarchiver/branches/xarchiver-psybsd/src/notebook.c 2006-11-21 11:25:18 UTC (rev 23918)
@@ -300,6 +300,7 @@
void
cb_notebook_archive_status_changed(LXAArchive *archive, XANotebook *notebook)
{
+ g_debug("NOTEBOOK: Archive status changed");
}
static void
More information about the Xfce4-commits
mailing list