From ad9a760cb5c8c57034445deca98a154ab0d1021f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 2 Feb 2011 02:28:04 +0000 Subject: [PATCH] Use an icon to notify the GPRS connectivity status --- src/plugins/panel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/panel.c b/src/plugins/panel.c index 1af0a25..cc54126 100644 --- a/src/plugins/panel.c +++ b/src/plugins/panel.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2010 Pierre Pronchery */ +/* Copyright (c) 2011 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Phone */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -140,8 +140,8 @@ static int _panel_init(PhonePlugin * plugin) || strcmp(p, "1") != 0) gtk_widget_set_no_show_all(panel->battery_image, TRUE); /* cell type */ - panel->cell = gtk_label_new("G"); - gtk_widget_modify_font(panel->cell, bold); + panel->cell = gtk_image_new_from_icon_name("stock_internet", + GTK_ICON_SIZE_SMALL_TOOLBAR); gtk_widget_set_no_show_all(panel->cell, TRUE); gtk_box_pack_start(GTK_BOX(panel->hbox), panel->cell, FALSE, TRUE, 0); /* signal */