~ubuntu-branches/ubuntu/maverick/indicator-applet/maverick

« back to all changes in this revision

Viewing changes to src/applet-main.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-01 16:18:35 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090901161835-pjlgc4cvy5jv94xe
Tags: 0.2.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include "libindicator/indicator.h"
28
28
 
29
 
#define ICONS_DIR  (DATADIR G_DIR_SEPARATOR_S "indicator-applet" G_DIR_SEPARATOR_S "icons")
30
 
 
31
29
static gboolean     applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data);
32
30
 
33
31
 
244
242
  
245
243
        /* Init some theme/icon stuff */
246
244
        gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(),
247
 
                                          ICONS_DIR);
248
 
        /* g_debug("Icons directory: %s", ICONS_DIR); */
 
245
                                          INDICATOR_ICONS_DIR);
 
246
        /* g_debug("Icons directory: %s", INDICATOR_ICONS_DIR); */
249
247
        gtk_rc_parse_string (
250
248
            "style \"indicator-applet-style\"\n"
251
249
        "{\n"