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

« back to all changes in this revision

Viewing changes to Folders/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:
37
37
        "Middle-click on the main icon opens the folder.\n"),
38
38
        "Fabounet")
39
39
        CD_APPLET_DEFINE_COMMON_APPLET_INTERFACE
 
40
        CD_APPLET_ALLOW_EMPTY_TITLE
40
41
        cairo_dock_register_notification_on_object (&myContainersMgr,
41
42
                NOTIFICATION_DROP_DATA,
42
43
                (CairoDockNotificationFunc) cd_folders_on_drop_data,
85
86
        
86
87
        myIcon->iSubdockViewType = myConfig.iSubdockViewType;
87
88
        if (myDock && myConfig.iSubdockViewType == 0)
88
 
                CD_APPLET_SET_USER_IMAGE_ON_MY_ICON (myConfig.cImageFile, MY_APPLET_ICON_FILE);
 
89
                CD_APPLET_SET_DEFAULT_IMAGE_ON_MY_ICON_IF_NONE;
 
90
                ///CD_APPLET_SET_USER_IMAGE_ON_MY_ICON (myConfig.cImageFile, MY_APPLET_ICON_FILE);
89
91
        
90
92
        //\_______________ On lance la tache recuperation des fichiers.
91
93
        _set_comparaison_func (myApplet);
129
131
                
130
132
                myIcon->iSubdockViewType = myConfig.iSubdockViewType;
131
133
                if (myDock && myConfig.iSubdockViewType == 0)
132
 
                        CD_APPLET_SET_USER_IMAGE_ON_MY_ICON (myConfig.cImageFile, MY_APPLET_ICON_FILE);
 
134
                        CD_APPLET_SET_DEFAULT_IMAGE_ON_MY_ICON_IF_NONE;
 
135
                        ///CD_APPLET_SET_USER_IMAGE_ON_MY_ICON (myConfig.cImageFile, MY_APPLET_ICON_FILE);
133
136
                
134
137
                //\_______________ On charge les icones dans un sous-dock.
135
138
                _set_comparaison_func (myApplet);