~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/cairo-dock-widget-module.c

  • Committer: Fabrice Rey
  • Date: 2012-08-11 23:47:03 UTC
  • Revision ID: fabounet03@gmail.com-20120811234703-c7odjrizzl11z8ts
GUI: themes: correctly refresh the widget when themes are added/deleted

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
                &pWidgetList,
119
119
                pDataGarbage,
120
120
                cOriginalConfFilePath);
121
 
        g_free (cOriginalConfFilePath);
 
121
        ///g_free (cOriginalConfFilePath);
122
122
        pModuleWidget->widget.pWidgetList = pWidgetList;
123
123
        pModuleWidget->widget.pDataGarbage = pDataGarbage;
124
124