aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-activity-handler.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-16 03:29:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-16 03:29:03 +0800
commit27d6e723fd94ee4ed9d3f9ca8e6095a95a170eda (patch)
tree819b860220e3a80a5b7a30fe0ef7ac75d2b5c78b /shell/e-activity-handler.c
parenta79f61ba4c36ffdb285ec1d812c83871d22e769e (diff)
downloadgsoc2013-evolution-27d6e723fd94ee4ed9d3f9ca8e6095a95a170eda.tar.gz
gsoc2013-evolution-27d6e723fd94ee4ed9d3f9ca8e6095a95a170eda.tar.zst
gsoc2013-evolution-27d6e723fd94ee4ed9d3f9ca8e6095a95a170eda.zip
No need to check for priv being NULL here anymore.
* e-activity-handler.c (impl_operationStarted): No need to check for priv being NULL here anymore. (impl_operationProgressing): Likewise. (impl_operationFinished): Likewise. (impl_requestDialog): Likewise. * evolution-folder-selector-button.c (clicked): Use g_object_add_weak_pointer() on the parent_window instead of using GTK_OBJECT_DESTROYED(). svn path=/trunk/; revision=18782
Diffstat (limited to 'shell/e-activity-handler.c')
-rw-r--r--shell/e-activity-handler.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/shell/e-activity-handler.c b/shell/e-activity-handler.c
index b85f9cb06b..c61256505f 100644
--- a/shell/e-activity-handler.c
+++ b/shell/e-activity-handler.c
@@ -388,10 +388,6 @@ impl_operationStarted (PortableServer_Servant servant,
activity_handler = E_ACTIVITY_HANDLER (bonobo_object_from_servant (servant));
- /* FIXME */
- if (/* GTK_OBJECT_DESTROYED (activity_handler) || */ activity_handler->priv == NULL)
- return;
-
priv = activity_handler->priv;
if (icon->_length == 0) {
@@ -439,10 +435,6 @@ impl_operationProgressing (PortableServer_Servant servant,
activity_handler = E_ACTIVITY_HANDLER (bonobo_object_from_servant (servant));
- /* FIXME */
- if (/* GTK_OBJECT_DESTROYED (activity_handler) || */ activity_handler->priv == NULL)
- return;
-
priv = activity_handler->priv;
p = lookup_activity (priv->activity_infos, activity_id, &order_number);
@@ -483,10 +475,6 @@ impl_operationFinished (PortableServer_Servant servant,
activity_handler = E_ACTIVITY_HANDLER (bonobo_object_from_servant (servant));
- /* FIXME */
- if (/* GTK_OBJECT_DESTROYED (activity_handler) || */ activity_handler->priv == NULL)
- return;
-
priv = activity_handler->priv;
p = lookup_activity (priv->activity_infos, activity_id, &order_number);
@@ -512,10 +500,6 @@ impl_requestDialog (PortableServer_Servant servant,
activity_handler = E_ACTIVITY_HANDLER (bonobo_object_from_servant (servant));
- /* FIXME */
- if (/* GTK_OBJECT_DESTROYED (activity_handler) || */ activity_handler->priv == NULL)
- return GNOME_Evolution_Activity_DIALOG_ACTION_ERROR;
-
/* FIXME implement. */
g_warning ("Evolution::Activity::requestDialog not implemented");
/td> * Commit the real fix.jlaffaye2015-08-251-3/+4 * Unbreak by updating MASTER_SITE_SUBDIRjlaffaye2015-08-251-2/+1 * - Updated to latesvg2015-08-244-18/+27 * - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-213-7/+7 * remove empty pkg-plistpgollucci2015-08-211-1/+0 * Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-1910-124/+39 * - Remove RG linksunpoet2015-08-141-1/+0 * benchmarks/tsung: update 1.5.1 -> 1.6.0robak2015-08-083-4/+23 * - Update to 2.3.0sunpoet2015-07-242-3/+3 * - Mark BROKEN: does not build as it still requires libtarantool.so which data...amdmi32015-07-141-0/+2 * - Remove blank line between NO_ARCH and USE_RUBYsunpoet2015-07-071-1/+0 * Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-032-0/+4 * Update to version 3.7.2skreuzer2015-07-023-6/+5 * Add LOCAL mirror as distfile does not seem to be available anymoremartymac2015-07-021-1/+2 * Convert to USES=autoreconfbapt2015-06-221-4/+1 * - Pass maintainership to submitteramdmi32015-06-195-11/+11 * - Fix shebangsamdmi32015-06-101-2/+3 * benchmarks/siege: Update version 3.0.9=>3.1.0bofh2015-06-045-13/+38 * Fix build after lang/luajit upgrade to latest version.osa2015-06-032-3/+3 * Unhide compiler and linker output.osa2015-06-012-6/+20 * Cleanup USE_GITHUB usage.mat2015-05-312-3/+3 * Another attempt to fix undefined reference to `__sync_fetch_and_add_8' andosa2015-05-272-15/+9 * - Install programs/scripts/manpages/data files with corresponding INSTALL_* c...amdmi32015-05-262-9/+11 * Try to fix undefined reference to `__sync_fetch_and_add_8' andosa2015-05-25