[Galago-commits] r2444 - in trunk/notification-daemon: .
themes/standard
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Thu Jan 19 23:34:02 PST 2006
Author: chipx86
Date: 2006-01-19 23:34:00 -0800 (Thu, 19 Jan 2006)
New Revision: 2444
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/themes/standard/theme.c
Log:
Sexy new separator. Well, it's better than "|" anyway.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-01-20 07:24:13 UTC (rev 2443)
+++ trunk/notification-daemon/ChangeLog 2006-01-20 07:34:00 UTC (rev 2444)
@@ -1,3 +1,8 @@
+Thu Jan 19 23:33:46 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * themes/standard/theme.c:
+ - Sexy new separator. Well, it's better than "|" anyway.
+
Thu Jan 19 23:23:55 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* src/daemon.c:
Modified: trunk/notification-daemon/themes/standard/theme.c
===================================================================
--- trunk/notification-daemon/themes/standard/theme.c 2006-01-20 07:24:13 UTC (rev 2443)
+++ trunk/notification-daemon/themes/standard/theme.c 2006-01-20 07:34:00 UTC (rev 2444)
@@ -21,6 +21,7 @@
GdkPoint arrow_points[7];
GdkRegion *window_region;
GHashTable *hints;
+
} WindowData;
#define WIDTH 300
@@ -189,7 +190,7 @@
g_signal_connect(G_OBJECT(windata->body_label), "url_activated",
G_CALLBACK(url_activated_cb), NULL);
- windata->actions_box = gtk_hbox_new(FALSE, 4);
+ windata->actions_box = gtk_hbox_new(FALSE, 0);
gtk_widget_show(windata->actions_box);
gtk_box_pack_start(GTK_BOX(vbox), windata->actions_box, FALSE, TRUE, 0);
@@ -299,7 +300,7 @@
if (windata->num_actions_added > 0)
{
- label = gtk_label_new("|");
+ label = gtk_label_new("‧");
gtk_widget_show(label);
gtk_box_pack_start(GTK_BOX(windata->actions_box), label,
FALSE, FALSE, 0);
More information about the galago-commits
mailing list