~ubuntu-branches/ubuntu/precise/cairo-dock-plug-ins/precise

« back to all changes in this revision

Viewing changes to Dbus/src/applet-dbus.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe), Matthieu Baerts (matttbe), Didier Roche
  • Date: 2010-09-18 14:20:27 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100918142027-b0zsay70mqxv63l0
Tags: 2.2.0~2-0ubuntu1
[ Matthieu Baerts (matttbe) ]
* New Upstream Version (LP: #638529)
* Fixed a few bugs on LP:
 - Fixed a crash in rainbow view when the cone is completely opened
 - Fixed a crash in rainbow view if the subdock is empty
 - Installed in lib directory by default even in 64bits arch
 - Status-Notifier: fixed few bugs
 - Clock applet:
   - Notify of missed tasks (moved some functions to a new file)
   - Fixed a little memory leak
 - Removed some 'g_print' (LP: #500677: xsession-errors log)
* Updated translations
* debian/control
 - Updated the version of cairo-dock-dev and cairo-dock-core

[ Didier Roche ]
* debian/control: depends on latest libindicator-dev (LP: #637692)

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
        gpointer invocation_hint G_GNUC_UNUSED,
435
435
        gpointer marshal_data)
436
436
{
437
 
        g_print ("%s ()\n", __func__);
 
437
        //g_print ("%s ()\n", __func__);
438
438
        typedef void (*GMarshalFunc_VOID__INT_STRING) (gpointer     data1,
439
439
                                                                                                gint        arg_1,
440
440
                                                                                                gchar      *arg_2,
468
468
        gpointer invocation_hint G_GNUC_UNUSED,
469
469
        gpointer marshal_data)
470
470
{
471
 
        g_print ("%s ()\n", __func__);
 
471
        //g_print ("%s ()\n", __func__);
472
472
        typedef void (*GMarshalFunc_VOID__BOOLEAN_STRING) (gpointer     data1,
473
473
                                                                                                gboolean    arg_1,
474
474
                                                                                                gchar      *arg_2,
502
502
        gpointer invocation_hint G_GNUC_UNUSED,
503
503
        gpointer marshal_data)
504
504
{
505
 
        g_print ("%s ()\n", __func__);
 
505
        //g_print ("%s ()\n", __func__);
506
506
        typedef void (*GMarshalFunc_VOID__STRING_STRING) (gpointer     data1,
507
507
                                                                                                gchar      *arg_1,
508
508
                                                                                                gchar      *arg_2,
536
536
        gpointer invocation_hint G_GNUC_UNUSED,
537
537
        gpointer marshal_data)
538
538
{
539
 
        g_print ("%s ()\n", __func__);
 
539
        //g_print ("%s ()\n", __func__);
540
540
        typedef void (*GMarshalFunc_VOID__VALUE) (gpointer     data1,
541
541
                                                                                                GValue     *arg_1,
542
542
                                                                                                gpointer     data2);
568
568
        gpointer invocation_hint G_GNUC_UNUSED,
569
569
        gpointer marshal_data)
570
570
{
571
 
        g_print ("%s ()\n", __func__);
 
571
        //g_print ("%s ()\n", __func__);
572
572
        typedef void (*GMarshalFunc_VOID__INT_VALUE) (gpointer     data1,
573
573
                                                                                                gint            arg_1,
574
574
                                                                                                GValue     *arg_2,
602
602
        gpointer invocation_hint G_GNUC_UNUSED,
603
603
        gpointer marshal_data)
604
604
{
605
 
        g_print ("%s ()\n", __func__);
 
605
        //g_print ("%s ()\n", __func__);
606
606
        typedef void (*GMarshalFunc_VOID__VALUE_STRING) (gpointer     data1,
607
607
                                                                                                GValue     *arg_1,
608
608
                                                                                                gchar      *arg_2,