~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric-updates

« back to all changes in this revision

Viewing changes to weather/src/applet-init.c

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        "Middle-click on the main icon to have current conditions information, left-click on a sub-icon to have forcast information.\n"),
36
36
        "Fabounet (Fabrice Rey)")
37
37
        CD_APPLET_DEFINE_COMMON_APPLET_INTERFACE
 
38
        CD_APPLET_ALLOW_EMPTY_TITLE
38
39
        pInterface->load_custom_widget = cd_weather_load_custom_widget;
39
40
CD_APPLET_DEFINE_END
40
41