aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-09 13:20:05 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-09 13:20:05 +0800
commit3c36db8abbc66ef4306c98dac6e9592bca036bd4 (patch)
tree60da58690fe6c085e0c39c2b6cfd8abdff6c0fb4 /e-util
parentfbf55cd7f31b6a413ebe785579b840a0091d390c (diff)
downloadgsoc2013-evolution-3c36db8abbc66ef4306c98dac6e9592bca036bd4.tar.gz
gsoc2013-evolution-3c36db8abbc66ef4306c98dac6e9592bca036bd4.tar.zst
gsoc2013-evolution-3c36db8abbc66ef4306c98dac6e9592bca036bd4.zip
Ooops.
2000-08-09 Christopher James Lahey <clahey@helixcode.com> * e-popup-menu.c: Ooops. svn path=/trunk/; revision=4630
Diffstat (limited to 'e-util')
-rw-r--r--e-util/ChangeLog4
-rw-r--r--e-util/e-popup-menu.c13
2 files changed, 11 insertions, 6 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index f5d1c2a4de..2794a53336 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,5 +1,9 @@
2000-08-09 Christopher James Lahey <clahey@helixcode.com>
+ * e-popup-menu.c: Ooops.
+
+2000-08-09 Christopher James Lahey <clahey@helixcode.com>
+
* e-util.c, e-util.h: Added uncompiled e_read_uri function.
2000-08-09 Christopher James Lahey <clahey@helixcode.com>
diff --git a/e-util/e-popup-menu.c b/e-util/e-popup-menu.c
index 619f40a22d..e7423e40f0 100644
--- a/e-util/e-popup-menu.c
+++ b/e-util/e-popup-menu.c
@@ -61,8 +61,8 @@ e_popup_menu_create (EPopupMenu *menu_list, int disable_mask, int hide_mask, voi
{
GtkMenu *menu = GTK_MENU (gtk_menu_new ());
int i;
- gboolean last_item_separator = TRUE;
- gint last_non_separator = -1;
+ gboolean last_item_seperator = TRUE;
+ gint last_non_seperator = -1;
for (i = 0; menu_list[i].name; i++) {
if (strcmp("", menu_list[i].name) && !(menu_list [i].disable_mask & hide_mask)) {
@@ -70,13 +70,13 @@ e_popup_menu_create (EPopupMenu *menu_list, int disable_mask, int hide_mask, voi
}
}
- for (i = 0; i < last_non_separator; i++) {
+ for (i = 0; i < last_non_seperator; i++) {
GtkWidget *item;
- gboolean separator;
+ gboolean seperator;
- separator = !strcmp("", menu_list[i].name);
+ seperator = !strcmp("", menu_list[i].name);
- if ((!(separator && last_separator)) && !(menu_list [i].disable_mask & hide_mask)) {
+ if ((!(seperator && last_item_seperator)) && !(menu_list [i].disable_mask & hide_mask)) {
item = make_item (menu, menu_list [i].name,
menu_list [i].pixname);
@@ -93,6 +93,7 @@ e_popup_menu_create (EPopupMenu *menu_list, int disable_mask, int hide_mask, voi
gtk_widget_show (item);
gtk_menu_append (menu, item);
}
+ last_item_seperator = seperator;
}
return menu;
'>| | | | These are all components abandoned upstream, and not developed anymore. All of these still depend on GTK2 and some on the already deprecated x11-toolkits/libxfce4gui. As you may know XFCE development has already dropped any support for GTK2, so, unless these software packages are ported to GTK3 by someone, they WILL be removed from the tree when XFCE 4.16 will be released and ported. Due to their status these ports could break for many reasons and unless the fix is really trivial or patches are provided they will be removed from the tree in case of breakage. Further reasons for each of them follow. xfce4-mixer: Removed from XFCE in version 4.12, abandoned since, in 2015. Uses outdated gstreamer 0.10. xfce4-print: Removed from XFCE after version 4.6, abandoned since, around 2009. CUPS support broken since cups version 2.3.3 due to upstream interface changes. Already deprecated due to dependency on libxfce4gui. xfce4-quicklauncher-plugin: Unsupported after XFCE 4.4, around 2009. Already deprecated due to dependency on libxfce4gui. Unable to locate a source code repository. xfce4-wmdock-plugin: Last update in 2013. Unable to locate a source code repository. There are other components I'm not marking as DEPRECATED right now, but please note I have doubts on their support status. These are also still depending on GTK2 and it's unsure if they will be ported to GTK3 and spared by the XFCE 4.16 update: orage xfce4-embed-plugin xfce4-mailwatch-plugin xfce4-equake-plugin Other XFCE components in our tree still depending on GTK2 are reasonably expected to be ported by upstream to GTK3 before 4.16 is released, or, in some cases have already been ported in their repositories and/or development versions. * Add USES=compiler:c11 to 2 next xfce4 ports.Piotr Kubaj2019-10-101-1/+2 | | | | | | Unbreak bwn-firmware-kmod on powerpc64, there are PCI controllers on powerpc64 boards. Approved by: mentors (implicit approval) * Welcome XFCE 4.14 to the FreeBSD ports treeGuido Falsi2019-09-201-3/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This XFCE release uses almost exclusively gtk3, so the USES=xfce now defaults to gtk3 - Make x11-themes/gtk-xfce-engine an optional dependency(disabled by default), it only supports gtk2, so would leave miost of this XFCE version unthemed. - Add Greybird as an optional and enabled dependency as a modern theme supporting both GTK versions and all other XFCE parts - The xfce4-vala port is deprecated and removed. The VALA bindings are available in the library ports using the GIR and VAPI options (on by default) - Fixed various missing library and portlint warnings (portmgr fixit blanket) - Default Display Manager changed to lightdm (Thanks to woodsb02 for help) - Add x11/xfce4-screensaver as an optional dependency to the xfce4-goodies (enabled by default) - Remove dependency on x11-fm/thunar-vfs and deprecate the port. It is EOL upstream and the functionality is included in thunar itself Update: - Added back sysutils/xfce4-places-plugin, updated to 1.8.1 - archivers/thunar-archive-plugin to 0.4.0 - audio/thunar-media-tags-plugin to 0.3.0 - audio/xfce4-mpc-plugin to 0.5.2 - audio/xfce4-pulseaudio-plugin to 0.4.2 - deskutils/xfce4-tumbler to 0.2.7 - devel/thunar-vcs-plugin to 0.2.0 [1] - devel/xfce4-dev-tools to 4.14.0 - misc/xfce4-appfinder to 4.14.0 - misc/xfce4-weather-plugin to 0.10.0 - multimedia/xfce4-parole to 1.0.4 - sysutils/gigolo to 0.5.0 - sysutils/xfce4-battery-plugin to 1.1.3 - sysutils/xfce4-fsguard-plugin to 1.1.1 - sysutils/xfce4-netload-plugin to 1.3.2 - sysutils/xfce4-power-manage to 1.6.5 - sysutils/xfce4-settings 4.14.1 - sysutils/xfce4-systemload-plugin to 1.2.3 - sysutils/xfce4-wavelan-plugin to 0.6.1 - www/xfce4-smartbookmark-plugin to 0.5.1 - x11-clocks/xfce4-datetime-plugin to 0.8.0 - Added new xfce4-stopwatch-plugin, version 0.3.1 - x11-clocks/xfce4-timer-out-plugin to 1.0.3 - x11-fm/thunar to 1.8.9 - x11-wm/xfce4-desktop to 4.14.1 - x11-wm/xfce4-panel to 4.14.0 - x11-wm/xfce4-session to 4.14.0 - x11-wm/xfce4-wm to 4.14.0 - x11/libexo to 0.12.8 - x11/libxfce4menu to 4.14.1 - x11/libxfce4util to 4.14.0 - x11/xfce4-conf to 4.14.1 - x11/xfce4-dashboard to 0.7.5 - x11/xfce4-screensaver to 0.1.8 - x11/xfce4-screenshooter-plugin to 1.9.6 - x11/xfce4-verve-plugin to 2.0.0 Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com> PR: 240236 Exp-run by: antoine Tested by: sbruno Approved by: sergey.dyatko@gmail.com (maintainer timeout via email), portmgr (fixit blanket, port breaks with new Thunar if not updated) [1] Differential Revision: https://reviews.freebsd.org/D21278 * - Simplify XFCE MASTER_SITES usageGuido Falsi2019-06-201-1/+1 | | | | | | | | | - Update XFCE Master sites list Submitted by: olivierd Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8416 * Clenup xfce ports:Guido Falsi2019-01-221-4/+9 | | | | | | | | | | | | | | | | - Add missing dependencies - Remove unneeded patches - Regenerate and rename legacy patches - Add NLS option to ports providing such a knob, and missing the option - Add INSTALL_TARGET=install-strip where missing - Sort things - Remove unneeded += - Cosmetic changes to OPTION related variables to improve readability - Update WWW - Silence portlint warnings about variables order - Bump PORTREVISION where changing dependencies and/or adding install-strip * Fix typo in pkg-descr.Guido Falsi2017-12-211-2/+2 | | | | While here switch WWW to https. * USES=xfce: Stop overriding MASTER_SITE_SUBDIR.Bryan Drewery2015-04-291-2/+1 | | | | | | | | | | Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr * The FreeBSD Xfce team proudly presents Xfce 4.12.Olivier Duchateau2015-03-061-3/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com> * Cleanup plistBaptiste Daroussin2014-12-091-4/+0 | * - Disable SSP (Stack-Smashing Protector)Olivier Duchateau2014-08-30