FIXED: * Fix a bug with gdk_pixbuf_get_width IMPROVED: * Style is now identical to Xfdesktop * Option to disable icons * Show only tooltips when title is truncated * Icons in other workspace are displayed italic (Xfdesktop) * Urgent Windows are now displayed bold * Renamed some vars to make the code more accessible * Improved position function * "Delete Workspace" changed to "Remove workspace '<name>'" (Xfdesktop) * g_free strings * Menu Icons size is now GTK_ICON_SIZE_MENU (Xfdesktop) * When application on another workspace is clicked: jump to workspace and raise window (Xfdesktop) Reproducible: Always Steps to Reproduce:
Created attachment 453 Patch
Awesome. I'll commit these as soon as possible. Thanks!
if (netk_workspace == active_workspace) gtk_widget_modify_font (gtk_bin_get_child (GTK_BIN (mi)), bold); + else + gtk_widget_modify_font (gtk_bin_get_child (GTK_BIN (mi)), + italic); gtk_menu_shell_append (GTK_MENU_SHELL (menu), mi); Can you please add these lines? I've missed them somehow...
Committed. Thanks a lot.