aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/lp_750671.patch
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-06-21 14:26:32 -0500
committerTed Gould <ted@gould.cx>2011-06-21 14:26:32 -0500
commit7c382b431db95888a76b9cbbfcd2263d34580fdb (patch)
tree446d988d826d0f294756606f4b8564771d9e74c1 /debian/patches/lp_750671.patch
parente8e111724714c3ab7f400b3ecd48a309812efb82 (diff)
downloadayatana-indicator-datetime-7c382b431db95888a76b9cbbfcd2263d34580fdb.tar.gz
ayatana-indicator-datetime-7c382b431db95888a76b9cbbfcd2263d34580fdb.tar.bz2
ayatana-indicator-datetime-7c382b431db95888a76b9cbbfcd2263d34580fdb.zip
- Set minimum width for appointments to prevent continuous resizing
when the calendar is hiden and ensure there is enough of the event description visible (LP: #762976) - ellipsize long appointment descriptions (LP: #750671) - GTK3 build * Dropping debian/patches/lp_762976.patch and debian/patches/lp_750671.patch as merged upstream.
Diffstat (limited to 'debian/patches/lp_750671.patch')
-rw-r--r--debian/patches/lp_750671.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/lp_750671.patch b/debian/patches/lp_750671.patch
deleted file mode 100644
index 676f4f1..0000000
--- a/debian/patches/lp_750671.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-=== modified file 'src/indicator-datetime.c'
---- src/indicator-datetime.c 2011-04-13 19:32:18 +0000
-+++ src/indicator-datetime.c 2011-04-15 13:23:28 +0000
-@@ -1285,6 +1285,7 @@
- /* Label, probably a username, chat room or mailbox name */
- mi_data->label = gtk_label_new(dbusmenu_menuitem_property_get(newitem, APPOINTMENT_MENUITEM_PROP_LABEL));
- gtk_misc_set_alignment(GTK_MISC(mi_data->label), 0.0, 0.5);
-+ gtk_label_set_ellipsize(GTK_LABEL(mi_data->label), PANGO_ELLIPSIZE_END);
- gtk_box_pack_start(GTK_BOX(hbox), mi_data->label, TRUE, TRUE, 0);
- gtk_widget_show(mi_data->label);
-
-