~cairo-dock-team/cairo-dock-plug-ins/2.3.x

« back to all changes in this revision

Viewing changes to dnd2share/src/applet-backend-free.c

  • Committer: matttbe
  • Date: 2011-04-19 10:08:51 UTC
  • Revision ID: matttbe@gmail.com-20110419100851-61umgo3nd6lbrs48
Removed a lot of g_print

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
{
37
37
        // On lance la commande d'upload.
38
38
        gchar *cCommand = g_strdup_printf ("%s/%s \"%s\" \"%dk\"", MY_APPLET_SHARE_DATA_DIR, "upload2free.sh", cFilePath, iLimitRate);
39
 
        g_print ("%s\n", cCommand);
 
39
        cd_debug ("%s", cCommand);
40
40
        gchar *cResult = cairo_dock_launch_command_sync (cCommand);
41
41
        g_free (cCommand);
42
42
        if (cResult == NULL || *cResult == '\0')