~ubuntu-branches/ubuntu/utopic/cairo-dock/utopic

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-dialog-manager.c

  • Committer: Matthieu Baerts
  • Date: 2014-10-15 14:48:01 UTC
  • mfrom: (1.1.42)
  • Revision ID: matttbe@gmail.com-20141015144801-bqutuooyk5mu2osf
Tags: 3.4.0-0ubuntu1
* New upstream release.
* Detailed Upstream ChangeLog (bzr r1820 -> r1837)
  - Workaround for a crash with GTK 3.14 (LP: #1380715)
  - Fixed some possible bugs thanks to CPPCheck:
    - used of wrong variables
    - unused variables
    - wrong comparation
    - reducing scope of variables unused outside the next 'if'
    - moving the check of some if null before using the structure
    - redondant if condition
  - X Mgr: a WM class can contain whitespaces (when devs don't respect
    rules...)
  - Misc: translate Fr comments -> English
  - Updated translations
* debian/control:
  - Bumped plug-ins versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1012
1012
}
1013
1013
static gboolean on_style_changed (G_GNUC_UNUSED gpointer data)
1014
1014
{
1015
 
        g_print ("%s (Dialogs, %d)\n", __func__, myDialogsParam.bUseDefaultColors);
 
1015
        cd_debug ("Dialogs: , %d", myDialogsParam.bUseDefaultColors);
1016
1016
 
1017
1017
        // init the menu style (create the "gldimenuitem" gtk style class)
1018
1018
        _init_menu_style ();